Package 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:
- java.io.Serializable
 
 public class WsIOException extends java.io.IOExceptionAllows the WebSocket implementation to throw anIOExceptionthat includes aCloseReasonspecific to the error that can be passed back to the client.- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description WsIOException(CloseReason closeReason)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description CloseReasongetCloseReason()
 
- 
- 
- 
Constructor Detail- 
WsIOExceptionpublic WsIOException(CloseReason closeReason) 
 
- 
 - 
Method Detail- 
getCloseReasonpublic CloseReason getCloseReason() 
 
- 
 
-