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

public class ForMsgExecutionException extends RuntimeException implements ExecutionThrown
Author:
Lei Yang
See Also:
  • Constructor Details

    • ForMsgExecutionException

      public ForMsgExecutionException(String message)
      Parameters:
      message -
    • ForMsgExecutionException

      public ForMsgExecutionException(Integer code)
      Parameters:
      code -
    • ForMsgExecutionException

      public ForMsgExecutionException(Integer code, String message)
  • Method Details