Class NotAcceptableRuntimeException

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

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

    • NotAcceptableRuntimeException

      public NotAcceptableRuntimeException(String aMessage, String aErrorCode)
      Instantiates a new not acceptable runtime exception.
      Parameters:
      aMessage - the message
      aErrorCode - the error code
    • NotAcceptableRuntimeException

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

      public NotAcceptableRuntimeException(String message, Throwable cause)
      Instantiates a new not acceptable runtime exception.
      Parameters:
      message - the message
      cause - the cause
    • NotAcceptableRuntimeException

      public NotAcceptableRuntimeException(String message)
      Instantiates a new not acceptable runtime exception.
      Parameters:
      message - the message
    • NotAcceptableRuntimeException

      public NotAcceptableRuntimeException(Throwable aCause, String aErrorCode)
      Instantiates a new not acceptable runtime exception.
      Parameters:
      aCause - the cause
      aErrorCode - the error code
    • NotAcceptableRuntimeException

      public NotAcceptableRuntimeException(Throwable cause)
      Instantiates a new not acceptable runtime exception.
      Parameters:
      cause - the cause