Class FolderNotEmptyException

  • All Implemented Interfaces:
    java.io.Serializable

    public class FolderNotEmptyException
    extends java.io.IOException
    FolderNotEmptyException is thrown when an attempt is made to remove a Folder which is not empty.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      FolderNotEmptyException​(java.lang.String msg)
      Constructor.
    • Method Summary

      • 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

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

      • FolderNotEmptyException

        public FolderNotEmptyException​(java.lang.String msg)
        Constructor.
        Parameters:
        msg - error message