Class UnprocessableEntityRuntimeException

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

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

    • UnprocessableEntityRuntimeException

      public UnprocessableEntityRuntimeException(String aMessage, String aErrorCode)
      Instantiates a new unprocessable entity runtime exception.
      Parameters:
      aMessage - the message
      aErrorCode - the error code
    • UnprocessableEntityRuntimeException

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

      public UnprocessableEntityRuntimeException(String message, Throwable cause)
      Instantiates a new unprocessable entity runtime exception.
      Parameters:
      message - the message
      cause - the cause
    • UnprocessableEntityRuntimeException

      public UnprocessableEntityRuntimeException(String message)
      Instantiates a new unprocessable entity runtime exception.
      Parameters:
      message - the message
    • UnprocessableEntityRuntimeException

      public UnprocessableEntityRuntimeException(Throwable aCause, String aErrorCode)
      Instantiates a new unprocessable entity runtime exception.
      Parameters:
      aCause - the cause
      aErrorCode - the error code
    • UnprocessableEntityRuntimeException

      public UnprocessableEntityRuntimeException(Throwable cause)
      Instantiates a new unprocessable entity runtime exception.
      Parameters:
      cause - the cause