Class InsufficientStorageException

    • Constructor Detail

      • 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