Class InsufficientSpaceOnResourceRuntimeException

    • Constructor Detail

      • 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