|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.apache.maven.wagon.WagonException
org.apache.maven.wagon.ConnectionException
public class ConnectionException
The exception is thrown when a connection to repository cannot be estblished or open connection cannot be closed.
| Constructor Summary | |
|---|---|
ConnectionException(java.lang.String message)
|
|
ConnectionException(java.lang.String message,
java.lang.Throwable cause)
|
|
| Method Summary |
|---|
| Methods inherited from class org.apache.maven.wagon.WagonException |
|---|
getCause, initCause |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ConnectionException(java.lang.String message)
WagonException
public ConnectionException(java.lang.String message,
java.lang.Throwable cause)
WagonException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||