Package eu.ill.webx.exceptions
Class WebXConnectionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
eu.ill.webx.exceptions.WebXException
eu.ill.webx.exceptions.WebXConnectionException
- All Implemented Interfaces:
Serializable
Exception thrown when a problem occurs while trying to connect to a host or connect a client.
- 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
-
WebXConnectionException
Constructor with error message- Parameters:
message- the error message
-