Class IllegalFileHandleException

    • Constructor Detail

      • IllegalFileHandleException

        public IllegalFileHandleException​(FileHandle aFile,
                                          String aMessage,
                                          String aErrorCode)
        Instantiates a new illegal file handle exception.
        Parameters:
        aFile - the file
        aMessage - the message
        aErrorCode - the error code
      • IllegalFileHandleException

        public IllegalFileHandleException​(FileHandle aFile,
                                          String aMessage,
                                          Throwable aCause,
                                          String aErrorCode)
        Instantiates a new illegal file handle exception.
        Parameters:
        aFile - the file
        aMessage - the message
        aCause - the cause
        aErrorCode - the error code
      • IllegalFileHandleException

        public IllegalFileHandleException​(FileHandle aFile,
                                          String message,
                                          Throwable cause)
        Instantiates a new illegal file handle exception.
        Parameters:
        aFile - the file
        message - the message
        cause - the cause
      • IllegalFileHandleException

        public IllegalFileHandleException​(FileHandle aFile,
                                          String message)
        Instantiates a new illegal file handle exception.
        Parameters:
        aFile - the file
        message - the message
      • IllegalFileHandleException

        public IllegalFileHandleException​(FileHandle aFile,
                                          Throwable aCause,
                                          String aErrorCode)
        Instantiates a new illegal file handle exception.
        Parameters:
        aFile - the file
        aCause - the cause
        aErrorCode - the error code
      • IllegalFileHandleException

        public IllegalFileHandleException​(FileHandle aFile,
                                          Throwable cause)
        Instantiates a new illegal file handle exception.
        Parameters:
        aFile - the file
        cause - the cause