Class NotConnectedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.gustavblass.commons.exceptions.NotConnectedException
- All Implemented Interfaces:
Serializable
Indicates that some connection to another computer, device, process etc. could not be established.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSeeException().NotConnectedException(String message) SeeException(String).NotConnectedException(String message, Throwable cause) NotConnectedException(Throwable cause) SeeException(Throwable). -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NotConnectedException
public NotConnectedException()SeeException(). -
NotConnectedException
SeeException(String). -
NotConnectedException
-
NotConnectedException
SeeException(Throwable).
-