Class InsufficientSpaceOnResourceException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.refcodes.exception.AbstractException
All Implemented Interfaces:
Serializable, org.refcodes.exception.ErrorCodeAccessor, org.refcodes.exception.Trap, org.refcodes.mixin.StatusCodeAccessor<HttpStatusCode>

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

    • InsufficientSpaceOnResourceException

      public InsufficientSpaceOnResourceException​(String aMessage, String aErrorCode)
      Instantiates a new insufficient space on resource exception.
      Parameters:
      aMessage - the message
      aErrorCode - the error code
    • InsufficientSpaceOnResourceException

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

      public InsufficientSpaceOnResourceException​(String message, Throwable cause)
      Instantiates a new insufficient space on resource exception.
      Parameters:
      message - the message
      cause - the cause
    • InsufficientSpaceOnResourceException

      public InsufficientSpaceOnResourceException​(String message)
      Instantiates a new insufficient space on resource exception.
      Parameters:
      message - the message
    • InsufficientSpaceOnResourceException

      public InsufficientSpaceOnResourceException​(Throwable aCause, String aErrorCode)
      Instantiates a new insufficient space on resource exception.
      Parameters:
      aCause - the cause
      aErrorCode - the error code
    • InsufficientSpaceOnResourceException

      public InsufficientSpaceOnResourceException​(Throwable cause)
      Instantiates a new insufficient space on resource exception.
      Parameters:
      cause - the cause