Package org.java_websocket.exceptions
Class NotSendableException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.java_websocket.exceptions.NotSendableException
- All Implemented Interfaces:
Serializable
exception which indicates the frame payload is not sendable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionconstructor for a NotSendableExceptionconstructor for a NotSendableExceptionconstructor for a NotSendableException -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NotSendableException
constructor for a NotSendableException- Parameters:
s
- the detail message.
-
NotSendableException
constructor for a NotSendableException- Parameters:
t
- the throwable causing this exception.
-
NotSendableException
constructor for a NotSendableException- Parameters:
s
- the detail message.t
- the throwable causing this exception.
-