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:
java.io.Serializable
public class WebsocketNotConnectedException extends java.lang.RuntimeExceptionexception which indicates the websocket is not yet connected (READYSTATE.OPEN)- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WebsocketNotConnectedException()
-