Class ConnectionException

  • All Implemented Interfaces:
    java.io.Serializable

    public class ConnectionException
    extends WagonException
    The exception is thrown when a connection to repository cannot be established or open connection cannot be closed.
    Author:
    Michal Maczka
    See Also:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ConnectionException

        public ConnectionException​(java.lang.String message)
        See Also:
        WagonException
      • ConnectionException

        public ConnectionException​(java.lang.String message,
                                   java.lang.Throwable cause)
        See Also:
        WagonException