Class NoContentException

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

public class NoContentException extends HttpStatusException
The Class NoContentException.
See Also:
  • Constructor Details

    • NoContentException

      public NoContentException(String aMessage, String aErrorCode)
      Instantiates a new no content exception.
      Parameters:
      aMessage - The aMessage describing this exception.
      aErrorCode - The error code identifying this exception.
    • NoContentException

      public NoContentException(String aMessage, Throwable aCause, String aErrorCode)
      Instantiates a new no content exception.
      Parameters:
      aMessage - The aMessage describing this exception.
      aCause - The Throwable (Exception) causing this exception.
      aErrorCode - The error code identifying this exception.
    • NoContentException

      public NoContentException(String aMessage, Throwable aCause)
      Instantiates a new no content exception.
      Parameters:
      aMessage - The aMessage describing this exception.
      aCause - The Throwable (Exception) causing this exception.
    • NoContentException

      public NoContentException(String aMessage)
      Instantiates a new no content exception.
      Parameters:
      aMessage - The aMessage describing this exception.
    • NoContentException

      public NoContentException(Throwable aCause, String aErrorCode)
      Instantiates a new no content exception.
      Parameters:
      aCause - The Throwable (Exception) causing this exception.
      aErrorCode - The error code identifying this exception.
    • NoContentException

      public NoContentException(Throwable aCause)
      Instantiates a new no content exception.
      Parameters:
      aCause - The Throwable (Exception) causing this exception.