Class NotModifiedException

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

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

    • NotModifiedException

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

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

      public NotModifiedException(String message, Throwable cause)
      Instantiates a new not modified exception.
      Parameters:
      message - the message
      cause - the cause
    • NotModifiedException

      public NotModifiedException(String message)
      Instantiates a new not modified exception.
      Parameters:
      message - the message
    • NotModifiedException

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

      public NotModifiedException(Throwable cause)
      Instantiates a new not modified exception.
      Parameters:
      cause - the cause