Class InsufficientStorageRuntimeException

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

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

    • InsufficientStorageRuntimeException

      public InsufficientStorageRuntimeException(String aMessage, String aErrorCode)
      Instantiates a new insufficient storage runtime exception.
      Parameters:
      aMessage - the message
      aErrorCode - the error code
    • InsufficientStorageRuntimeException

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

      public InsufficientStorageRuntimeException(String message, Throwable cause)
      Instantiates a new insufficient storage runtime exception.
      Parameters:
      message - the message
      cause - the cause
    • InsufficientStorageRuntimeException

      public InsufficientStorageRuntimeException(String message)
      Instantiates a new insufficient storage runtime exception.
      Parameters:
      message - the message
    • InsufficientStorageRuntimeException

      public InsufficientStorageRuntimeException(Throwable aCause, String aErrorCode)
      Instantiates a new insufficient storage runtime exception.
      Parameters:
      aCause - the cause
      aErrorCode - the error code
    • InsufficientStorageRuntimeException

      public InsufficientStorageRuntimeException(Throwable cause)
      Instantiates a new insufficient storage runtime exception.
      Parameters:
      cause - the cause