Class SipException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.github.lunasaw.sip.common.exception.SipException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
SipConfigurationException
,SipProcessorException
SIP异常基类
提供统一的SIP协议相关异常处理
- Author:
- luna
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSipException
(SipErrorType errorType, String errorCode, String message) SipException
(SipErrorType errorType, String errorCode, String message, Throwable cause) SipException
(String message) SipException
(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace