Class ExpectationFailedRuntimeException

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

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

    • ExpectationFailedRuntimeException

      public ExpectationFailedRuntimeException(String aMessage, String aErrorCode)
      Instantiates a new expectation failed runtime exception.
      Parameters:
      aMessage - the message
      aErrorCode - the error code
    • ExpectationFailedRuntimeException

      public ExpectationFailedRuntimeException(String aMessage, Throwable aCause, String aErrorCode)
      Instantiates a new expectation failed runtime exception.
      Parameters:
      aMessage - the message
      aCause - the cause
      aErrorCode - the error code
    • ExpectationFailedRuntimeException

      public ExpectationFailedRuntimeException(String message, Throwable cause)
      Instantiates a new expectation failed runtime exception.
      Parameters:
      message - the message
      cause - the cause
    • ExpectationFailedRuntimeException

      public ExpectationFailedRuntimeException(String message)
      Instantiates a new expectation failed runtime exception.
      Parameters:
      message - the message
    • ExpectationFailedRuntimeException

      public ExpectationFailedRuntimeException(Throwable aCause, String aErrorCode)
      Instantiates a new expectation failed runtime exception.
      Parameters:
      aCause - the cause
      aErrorCode - the error code
    • ExpectationFailedRuntimeException

      public ExpectationFailedRuntimeException(Throwable cause)
      Instantiates a new expectation failed runtime exception.
      Parameters:
      cause - the cause