Package me.ehp246.aufjms.api.exception
Class ForMsgExecutionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
me.ehp246.aufjms.api.exception.ForMsgExecutionException
- All Implemented Interfaces:
Serializable,ExecutionThrown
- Author:
- Lei Yang
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionForMsgExecutionException(Integer code, String message) ForMsgExecutionException(String message) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface me.ehp246.aufjms.api.exception.ExecutionThrown
getMessage
-
Constructor Details
-
ForMsgExecutionException
- Parameters:
message-
-
ForMsgExecutionException
- Parameters:
code-
-
ForMsgExecutionException
-
-
Method Details
-
getCode
- Specified by:
getCodein interfaceExecutionThrown
-