Class ResetContentException

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

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

    • ResetContentException

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

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

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

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

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

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