Package eu.ill.webx.exceptions
Class WebXClientException
java.lang.Object
java.lang.Throwable
java.lang.Exception
eu.ill.webx.exceptions.WebXException
eu.ill.webx.exceptions.WebXClientException
- All Implemented Interfaces:
Serializable
A general client exception thrown when methods to the client-facing classes (ie Tunnel and Client) are called
and the state of the client is not valid.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
WebXClientException
Constructor with an error message- Parameters:
message- the error message
-