Class InsufficientStorageRuntimeException

    • Constructor Detail

      • InsufficientStorageRuntimeException

        public InsufficientStorageRuntimeException​(String aMessage,
                                                   String aErrorCode)
        Instantiates a new insufficient storage runtime exception.
        Parameters:
        aMessage - the message
        aErrorCode - the error code
      • InsufficientStorageRuntimeException

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

        public InsufficientStorageRuntimeException​(String message,
                                                   Throwable cause)
        Instantiates a new insufficient storage runtime exception.
        Parameters:
        message - the message
        cause - the cause
      • InsufficientStorageRuntimeException

        public InsufficientStorageRuntimeException​(String message)
        Instantiates a new insufficient storage runtime exception.
        Parameters:
        message - the message
      • InsufficientStorageRuntimeException

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

        public InsufficientStorageRuntimeException​(Throwable cause)
        Instantiates a new insufficient storage runtime exception.
        Parameters:
        cause - the cause