Package org.java_websocket.exceptions
Class WebsocketNotConnectedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.java_websocket.exceptions.WebsocketNotConnectedException
- All Implemented Interfaces:
Serializable
exception which indicates the websocket is not yet connected (ReadyState.OPEN)
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
WebsocketNotConnectedException
public WebsocketNotConnectedException()
-