Class FileSystemAlreadyExistsException

    • Constructor Detail

      • FileSystemAlreadyExistsException

        public FileSystemAlreadyExistsException​(String aMessage,
                                                String aErrorCode)
        Instantiates a new file system already exists exception.
        Parameters:
        aMessage - the message
        aErrorCode - the error code
      • FileSystemAlreadyExistsException

        public FileSystemAlreadyExistsException​(String aMessage,
                                                Throwable aCause,
                                                String aErrorCode)
        Instantiates a new file system already exists exception.
        Parameters:
        aMessage - the message
        aCause - the cause
        aErrorCode - the error code
      • FileSystemAlreadyExistsException

        public FileSystemAlreadyExistsException​(String message,
                                                Throwable cause)
        Instantiates a new file system already exists exception.
        Parameters:
        message - the message
        cause - the cause
      • FileSystemAlreadyExistsException

        public FileSystemAlreadyExistsException​(String message)
        Instantiates a new file system already exists exception.
        Parameters:
        message - the message
      • FileSystemAlreadyExistsException

        public FileSystemAlreadyExistsException​(Throwable aCause,
                                                String aErrorCode)
        Instantiates a new file system already exists exception.
        Parameters:
        aCause - the cause
        aErrorCode - the error code
      • FileSystemAlreadyExistsException

        public FileSystemAlreadyExistsException​(Throwable cause)
        Instantiates a new file system already exists exception.
        Parameters:
        cause - the cause