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

public class WebXException extends Exception
General WebX Exception
See Also:
  • Constructor Details

    • WebXException

      public WebXException()
      Default constructor
    • WebXException

      public WebXException(String message)
      Constructor with message
      Parameters:
      message - the error message
    • WebXException

      public WebXException(String message, Throwable cause)
      Constructor with message and cause
      Parameters:
      message - the error message
      cause - the cause of the error