Class RemovingDirWithDocClassException

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

public class RemovingDirWithDocClassException extends Exception
Wyjątek występujący, gdy próbujemy usunąć katalog w którym istnieją klasy dokumentów.
Author:
Paweł Rosolak 05-04-2013
See Also:
  • Constructor Details

    • RemovingDirWithDocClassException

      public RemovingDirWithDocClassException()
    • RemovingDirWithDocClassException

      public RemovingDirWithDocClassException(String message, Throwable cause)
    • RemovingDirWithDocClassException

      public RemovingDirWithDocClassException(String message)
    • RemovingDirWithDocClassException

      public RemovingDirWithDocClassException(Throwable cause)