Class InsufficientSpaceOnResourceRuntimeException

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

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

    • InsufficientSpaceOnResourceRuntimeException

      public InsufficientSpaceOnResourceRuntimeException(String aMessage, String aErrorCode)
      Instantiates a new insufficient space on resource runtime exception.
      Parameters:
      aMessage - The aMessage describing this exception.
      aErrorCode - The error code identifying this exception.
    • InsufficientSpaceOnResourceRuntimeException

      public InsufficientSpaceOnResourceRuntimeException(String aMessage, Throwable aCause, String aErrorCode)
      Instantiates a new insufficient space on resource runtime exception.
      Parameters:
      aMessage - The aMessage describing this exception.
      aCause - The Throwable (Exception) causing this exception.
      aErrorCode - The error code identifying this exception.
    • InsufficientSpaceOnResourceRuntimeException

      public InsufficientSpaceOnResourceRuntimeException(String aMessage, Throwable aCause)
      Instantiates a new insufficient space on resource runtime exception.
      Parameters:
      aMessage - The aMessage describing this exception.
      aCause - The Throwable (Exception) causing this exception.
    • InsufficientSpaceOnResourceRuntimeException

      public InsufficientSpaceOnResourceRuntimeException(String aMessage)
      Instantiates a new insufficient space on resource runtime exception.
      Parameters:
      aMessage - The aMessage describing this exception.
    • InsufficientSpaceOnResourceRuntimeException

      public InsufficientSpaceOnResourceRuntimeException(Throwable aCause, String aErrorCode)
      Instantiates a new insufficient space on resource runtime exception.
      Parameters:
      aCause - The Throwable (Exception) causing this exception.
      aErrorCode - The error code identifying this exception.
    • InsufficientSpaceOnResourceRuntimeException

      public InsufficientSpaceOnResourceRuntimeException(Throwable aCause)
      Instantiates a new insufficient space on resource runtime exception.
      Parameters:
      aCause - The Throwable (Exception) causing this exception.