org.apache.tomcat.websocket
Class WsIOException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.apache.tomcat.websocket.WsIOException
- All Implemented Interfaces:
- Serializable
public class WsIOException
- extends IOException
Allows the WebSocket implementation to throw an IOException
that
includes a CloseReason
specific to the error that can be passed back
to the client.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
WsIOException
public WsIOException(CloseReason closeReason)
getCloseReason
public CloseReason getCloseReason()
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.