Package fi.iki.elonen
Class NanoWSD.WebSocketException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
fi.iki.elonen.NanoWSD.WebSocketException
- All Implemented Interfaces:
Serializable
- Enclosing class:
NanoWSD
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final NanoWSD.WebSocketFrame.CloseCode
private final String
private static final long
-
Constructor Summary
ConstructorsConstructorDescriptionWebSocketException
(NanoWSD.WebSocketFrame.CloseCode code, String reason) WebSocketException
(NanoWSD.WebSocketFrame.CloseCode code, String reason, Exception cause) WebSocketException
(Exception cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
code
-
reason
-
-
Constructor Details
-
WebSocketException
-
WebSocketException
-
WebSocketException
-
-
Method Details
-
getCode
-
getReason
-