Package eu.ill.webx.exceptions
Class WebXException
java.lang.Object
java.lang.Throwable
java.lang.Exception
eu.ill.webx.exceptions.WebXException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
WebXClientException,WebXConnectionException,WebXConnectionInterruptException,WebXDisconnectedException
General WebX Exception
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructorWebXException(String message) Constructor with messageWebXException(String message, Throwable cause) Constructor with message and cause -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
WebXException
public WebXException()Default constructor -
WebXException
Constructor with message- Parameters:
message- the error message
-
WebXException
Constructor with message and cause- Parameters:
message- the error messagecause- the cause of the error
-