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