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