Class NotModifiedRuntimeException

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

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

    • NotModifiedRuntimeException

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

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

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

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

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

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