Package org.dellroad.msrp.msg
Class ProtocolException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- org.dellroad.msrp.msg.ProtocolException
-
- All Implemented Interfaces:
Serializable
public class ProtocolException extends IOException
Exception thrown by aBoundaryInputParser,LineInputParser, orMsrpInputParserwhen a protocol violation is detected or a size limit is exceeded.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ProtocolException()ProtocolException(String message)ProtocolException(String message, Throwable cause)ProtocolException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-