Class RemovingRootDirectoryException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.suncode.pwfl.archive.exception.RemovingRootDirectoryException
All Implemented Interfaces:
Serializable

public class RemovingRootDirectoryException extends Exception
Wyjątek występujący, gdy próbujemy usunąć katalog, który jest katalogiem nadrzędnym.
Author:
Paweł Rosolak 05-04-2013
See Also:
  • Constructor Details

    • RemovingRootDirectoryException

      public RemovingRootDirectoryException()
    • RemovingRootDirectoryException

      public RemovingRootDirectoryException(String message, Throwable cause)
    • RemovingRootDirectoryException

      public RemovingRootDirectoryException(String message)
    • RemovingRootDirectoryException

      public RemovingRootDirectoryException(Throwable cause)