public class BackupException
extends java.lang.Exception
Diese Klasse kapselt Exceptions, die in den Methoden eines BackupModuls auftreten koennen.
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
Constructor and Description |
---|
BackupException() |
BackupException(java.lang.String msg) |
BackupException(java.lang.String message,
java.lang.Throwable cause) |
BackupException(java.lang.Throwable cause) |
private static final long serialVersionUID