Class NotSendableException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.java_websocket.exceptions.NotSendableException
All Implemented Interfaces:
Serializable

public class NotSendableException extends RuntimeException
exception which indicates the frame payload is not sendable
See Also:
  • Constructor Details

    • NotSendableException

      public NotSendableException(String s)
      constructor for a NotSendableException
      Parameters:
      s - the detail message.
    • NotSendableException

      public NotSendableException(Throwable t)
      constructor for a NotSendableException
      Parameters:
      t - the throwable causing this exception.
    • NotSendableException

      public NotSendableException(String s, Throwable t)
      constructor for a NotSendableException
      Parameters:
      s - the detail message.
      t - the throwable causing this exception.