Class NoContentRuntimeException

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

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

    • NoContentRuntimeException

      public NoContentRuntimeException(String aMessage, String aErrorCode)
      Instantiates a new no content runtime exception.
      Parameters:
      aMessage - the message
      aErrorCode - the error code
    • NoContentRuntimeException

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

      public NoContentRuntimeException(String message, Throwable cause)
      Instantiates a new no content runtime exception.
      Parameters:
      message - the message
      cause - the cause
    • NoContentRuntimeException

      public NoContentRuntimeException(String message)
      Instantiates a new no content runtime exception.
      Parameters:
      message - the message
    • NoContentRuntimeException

      public NoContentRuntimeException(Throwable aCause, String aErrorCode)
      Instantiates a new no content runtime exception.
      Parameters:
      aCause - the cause
      aErrorCode - the error code
    • NoContentRuntimeException

      public NoContentRuntimeException(Throwable cause)
      Instantiates a new no content runtime exception.
      Parameters:
      cause - the cause