Class FolderClosedIOException

All Implemented Interfaces:
Serializable

public class FolderClosedIOException extends IOException
A variant of FolderClosedException that can be thrown from methods that only throw IOException. The getContent method will catch this exception and translate it back to FolderClosedException.
See Also:
  • Constructor Details

    • FolderClosedIOException

      public FolderClosedIOException(Folder folder)
      Constructor
      Parameters:
      folder - the Folder
    • FolderClosedIOException

      public FolderClosedIOException(Folder folder, String message)
      Constructor
      Parameters:
      folder - the Folder
      message - the detailed error message
  • Method Details

    • getFolder

      public Folder getFolder()
      Returns the dead Folder object
      Returns:
      the dead Folder