Class WebSocketException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.javalite.activeweb.websockets.WebSocketException
All Implemented Interfaces:
Serializable

public class WebSocketException extends RuntimeException
See Also:
Serialized Form
  • Constructor Details

    • WebSocketException

      public WebSocketException()
    • WebSocketException

      public WebSocketException(String message)
    • WebSocketException

      public WebSocketException(String message, Throwable cause)
    • WebSocketException

      public WebSocketException(Throwable cause)