org.glassfish.grizzly.websockets
Class WebSocketException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.glassfish.grizzly.websockets.WebSocketException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- FramingException, HandshakeException
public class WebSocketException
- extends RuntimeException
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
WebSocketException
public WebSocketException(String message)
WebSocketException
public WebSocketException(String message,
Throwable throwable)
WebSocketException
public WebSocketException(Throwable throwable)
Copyright © 2012 Oracle Corporation. All Rights Reserved.