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.RuntimeException
exception which indicates the websocket is not yet connected (ReadyState.OPEN)- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
Serializable
-
Constructor Summary
Constructors Constructor Description WebsocketNotConnectedException()
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
Serializable- See Also:
- Constant Field Values
-
-