|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.msi.network.connection.ConnectionException
Base exception for all Connection errors.
| Field Summary |
| Fields inherited from class java.lang.Exception |
|
| Fields inherited from class java.lang.Throwable |
|
| Constructor Summary | |
ConnectionException()
Creates a new ConnectionException instance. |
|
ConnectionException(java.lang.String message)
Creates a new ConnectionException instance. |
|
ConnectionException(java.lang.String message,
java.lang.Throwable cause)
Creates a new ConnectionException instance. |
|
ConnectionException(java.lang.Throwable cause)
Creates a new ConnectionException instance. |
|
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, 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()
ConnectionException instance.
public ConnectionException(java.lang.String message)
ConnectionException instance.
message - a String value
public ConnectionException(java.lang.String message,
java.lang.Throwable cause)
ConnectionException instance.
message - a String valuecause - a Throwable valuepublic ConnectionException(java.lang.Throwable cause)
ConnectionException instance.
cause - a Throwable value
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||