Class RemovingDeviceWithDirException

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

public class RemovingDeviceWithDirException extends Exception
Wyjątek występujący, gdy próbujemy usunąć urządzenie, które zawiera katalogi.
Author:
Paweł Rosolak 05-04-2013
See Also:
  • Constructor Details

    • RemovingDeviceWithDirException

      public RemovingDeviceWithDirException()
    • RemovingDeviceWithDirException

      public RemovingDeviceWithDirException(String message, Throwable cause)
    • RemovingDeviceWithDirException

      public RemovingDeviceWithDirException(String message)
    • RemovingDeviceWithDirException

      public RemovingDeviceWithDirException(Throwable cause)