Package org.jainslee.resources.sip
Class SipParseException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.jainslee.resources.sip.SipException
-
- org.jainslee.resources.sip.SipParseException
-
- All Implemented Interfaces:
Serializable
public class SipParseException extends SipException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SipParseException(String message)
SipParseException(String message, Throwable t)
SipParseException(Throwable t)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-