Package com.zone.weixin4j.exception
Class MessageInterceptorException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.zone.weixin4j.exception.MessageInterceptorException
-
- All Implemented Interfaces:
Serializable
public class MessageInterceptorException extends Exception
Created by Yz on 2017/3/15. 微信消息拦截器异常- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MessageInterceptorException(Exception e)
MessageInterceptorException(String errorMsg)
MessageInterceptorException(String errorMsg, Exception e)
MessageInterceptorException(String errorCode, String errorMsg)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getErrorCode()
String
getErrorMsg()
String
getMessage()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Method Detail
-
getErrorCode
public String getErrorCode()
-
getErrorMsg
public String getErrorMsg()
-
getMessage
public String getMessage()
- Overrides:
getMessage
in classThrowable
-
-