Class InsufficientStorageException

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

public class InsufficientStorageException
extends HttpStatusException
The Class InsufficientStorageException.
See Also:
Serialized Form
  • Constructor Details

    • InsufficientStorageException

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

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

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

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

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

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