Class ForMsgExecutionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
me.ehp246.aufjms.api.exception.ForMsgExecutionException
All Implemented Interfaces:
java.io.Serializable, ExecutionThrown

public class ForMsgExecutionException
extends java.lang.RuntimeException
implements ExecutionThrown
Author:
Lei Yang
See Also:
Serialized Form
  • Constructor Summary

    Constructors
    Constructor Description
    ForMsgExecutionException​(java.lang.Integer code)  
    ForMsgExecutionException​(java.lang.Integer code, java.lang.String message)  
    ForMsgExecutionException​(java.lang.String message)  
  • Method Summary

    Modifier and Type Method Description
    java.lang.Integer getCode()  

    Methods inherited from class java.lang.Throwable

    addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

    Methods inherited from interface me.ehp246.aufjms.api.exception.ExecutionThrown

    getMessage
  • Constructor Details

    • ForMsgExecutionException

      public ForMsgExecutionException​(java.lang.String message)
      Parameters:
      message -
    • ForMsgExecutionException

      public ForMsgExecutionException​(java.lang.Integer code)
      Parameters:
      code -
    • ForMsgExecutionException

      public ForMsgExecutionException​(java.lang.Integer code, java.lang.String message)
  • Method Details