de.bsvrz.ars.ars.backup
Class BackupException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.bsvrz.ars.ars.backup.BackupException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- MediumNotAccessibleException
public class BackupException
- extends Exception
Diese Klasse kapselt Exceptions, die in den Methoden eines BackupModuls auftreten koennen.
- Author:
- beck et al. projects GmbH, Christian Wied
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
BackupException
public BackupException(String msg)
BackupException
public BackupException(Throwable cause)
BackupException
public BackupException(String message,
Throwable cause)
BackupException
public BackupException()