Class FolderClosedIOException

  • All Implemented Interfaces:
    java.io.Serializable

    public class FolderClosedIOException
    extends java.io.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:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Folder getFolder()
      Returns the dead Folder object
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • FolderClosedIOException

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

        public FolderClosedIOException​(Folder folder,
                                       java.lang.String message)
        Constructor
        Parameters:
        folder - the Folder
        message - the detailed error message
    • Method Detail

      • getFolder

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