Package eu.ill.webx.exceptions
Class WebXDisconnectedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
eu.ill.webx.exceptions.WebXException
eu.ill.webx.exceptions.WebXDisconnectedException
- All Implemented Interfaces:
Serializable
Thrown when the host is not connected
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructorWebXDisconnectedException(String message) Constructor with additional error message -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
WebXDisconnectedException
public WebXDisconnectedException()Default constructor -
WebXDisconnectedException
Constructor with additional error message- Parameters:
message- error message
-