Package eu.ill.webx.exceptions
Class WebXConnectionInterruptException
java.lang.Object
java.lang.Throwable
java.lang.Exception
eu.ill.webx.exceptions.WebXException
eu.ill.webx.exceptions.WebXConnectionInterruptException
- All Implemented Interfaces:
Serializable
Thrown when the connection is interrupted either explicitly by the Relay due to another problem
or from a thread interrupt.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionWebXConnectionInterruptException(String message) Constructor with an 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
-
WebXConnectionInterruptException
Constructor with an error message- Parameters:
message- the error message
-