Package org.apache.maven.wagon
Class ConnectionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.maven.wagon.WagonException
org.apache.maven.wagon.ConnectionException
- All Implemented Interfaces:
Serializable
The exception is thrown when a connection
to repository cannot be established or open connection cannot be closed.
- Author:
- Michal Maczka
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConnectionException
(String message) ConnectionException
(String message, Throwable cause) -
Method Summary
Methods inherited from class org.apache.maven.wagon.WagonException
getCause, initCause
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ConnectionException
- See Also:
-
ConnectionException
- See Also:
-