Class DisconnectException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.serviceconnector.net.connection.DisconnectException
- All Implemented Interfaces:
Serializable
The Class DisconnectException.
- Author:
- JTraber
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDisconnectException(String message) Instantiates a new disconnect exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DisconnectException
Instantiates a new disconnect exception.- Parameters:
message- the message
-