Class InsufficientSpaceOnResourceException

    • Constructor Detail

      • InsufficientSpaceOnResourceException

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

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

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

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

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

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