Package com.iizix.nio

Class WebSocketException

All Implemented Interfaces:
Serializable

public class WebSocketException extends IOException
The WebSocketException class.
Author:
Christopher Mindus
See Also:
  • Constructor Details

    • WebSocketException

      public WebSocketException(String message)
      Creates a web socket exception with a message.
      Parameters:
      message - The message of the exception.
    • WebSocketException

      public WebSocketException(String message, Throwable cause)
      Creates a web socket exception with a message.
      Parameters:
      message - The message of the exception.
      cause - The cause is the throwable that caused this exception to get thrown.