Class PreconditionFailedRuntimeException

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

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

    • PreconditionFailedRuntimeException

      public PreconditionFailedRuntimeException(String aMessage, String aErrorCode)
      Instantiates a new precondition failed runtime exception.
      Parameters:
      aMessage - The aMessage describing this exception.
      aErrorCode - The error code identifying this exception.
    • PreconditionFailedRuntimeException

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

      public PreconditionFailedRuntimeException(String aMessage, Throwable aCause)
      Instantiates a new precondition failed runtime exception.
      Parameters:
      aMessage - The aMessage describing this exception.
      aCause - The Throwable (Exception) causing this exception.
    • PreconditionFailedRuntimeException

      public PreconditionFailedRuntimeException(String aMessage)
      Instantiates a new precondition failed runtime exception.
      Parameters:
      aMessage - The aMessage describing this exception.
    • PreconditionFailedRuntimeException

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

      public PreconditionFailedRuntimeException(Throwable aCause)
      Instantiates a new precondition failed runtime exception.
      Parameters:
      aCause - The Throwable (Exception) causing this exception.