Package tech.xmagic.exception.api
Class MqException
java.lang.Object
java.lang.Throwable
java.lang.Exception
tech.xmagic.exception.AbstractException
tech.xmagic.exception.api.MqException
- All Implemented Interfaces:
Serializable
MQ错误
- Since:
- 1.0.1
- Version:
- 1.0.1
- Author:
- xmagic
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionMqException(String err) MqException(String err, String tag) MqException(ResultCode resultCode) MqException(ResultCode resultCode, String err) MqException(ResultCode resultCode, String err, String tag) -
Method Summary
Methods inherited from class tech.xmagic.exception.AbstractException
getCode, getErr, getMsg, getTagMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MqException
-
MqException
-
MqException
public MqException() -
MqException
-
MqException
-
MqException
-