Class MethodFailureRuntimeException

All Implemented Interfaces:
Serializable, org.refcodes.exception.ErrorCodeAccessor, org.refcodes.exception.Trap, org.refcodes.mixin.StatusCodeAccessor<HttpStatusCode>

public class MethodFailureRuntimeException extends HttpStatusRuntimeException
The Class MethodFailureRuntimeException.
See Also:
  • Constructor Details

    • MethodFailureRuntimeException

      public MethodFailureRuntimeException(String aMessage, String aErrorCode)
      Instantiates a new method failure runtime exception.
      Parameters:
      aMessage - The aMessage describing this exception.
      aErrorCode - The error code identifying this exception.
    • MethodFailureRuntimeException

      public MethodFailureRuntimeException(String aMessage, Throwable aCause, String aErrorCode)
      Instantiates a new method failure runtime exception.
      Parameters:
      aMessage - The aMessage describing this exception.
      aCause - The Throwable (Exception) causing this exception.
      aErrorCode - The error code identifying this exception.
    • MethodFailureRuntimeException

      public MethodFailureRuntimeException(String aMessage, Throwable aCause)
      Instantiates a new method failure runtime exception.
      Parameters:
      aMessage - The aMessage describing this exception.
      aCause - The Throwable (Exception) causing this exception.
    • MethodFailureRuntimeException

      public MethodFailureRuntimeException(String aMessage)
      Instantiates a new method failure runtime exception.
      Parameters:
      aMessage - The aMessage describing this exception.
    • MethodFailureRuntimeException

      public MethodFailureRuntimeException(Throwable aCause, String aErrorCode)
      Instantiates a new method failure runtime exception.
      Parameters:
      aCause - The Throwable (Exception) causing this exception.
      aErrorCode - The error code identifying this exception.
    • MethodFailureRuntimeException

      public MethodFailureRuntimeException(Throwable aCause)
      Instantiates a new method failure runtime exception.
      Parameters:
      aCause - The Throwable (Exception) causing this exception.