Class SipProcessorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.github.lunasaw.sip.common.exception.SipException
io.github.lunasaw.sip.common.exception.SipProcessorException
- All Implemented Interfaces:
Serializable
SIP处理器异常
用于SIP消息处理器执行过程中的异常处理
- Author:
- luna
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSipProcessorException
(String processorName, String sipMethod, String message) SipProcessorException
(String processorName, String sipMethod, String message, Throwable cause) -
Method Summary
Methods inherited from class io.github.lunasaw.sip.common.exception.SipException
getErrorCode, getErrorType
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
SipProcessorException
-
SipProcessorException
-
-
Method Details
-
getProcessorName
-
getSipMethod
-
toString
- Overrides:
toString
in classSipException
-