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:
Serialized Form
  • Constructor Details

    • InsufficientSpaceOnResourceRuntimeException

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

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

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

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

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

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