Package 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
Diese Klasse kapselt Exceptions, die in den Methoden eines BackupModuls auftreten können.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionErstellt eine neue BackupExceptionBackupException
(String msg) Erstellt eine neue BackupExceptionBackupException
(String message, Throwable cause) Erstellt eine neue BackupExceptionBackupException
(Throwable cause) Erstellt eine neue BackupException -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
BackupException
Erstellt eine neue BackupException- Parameters:
msg
- Nachricht
-
BackupException
Erstellt eine neue BackupException- Parameters:
cause
- Exception
-
BackupException
Erstellt eine neue BackupException- Parameters:
message
- Nachrichtcause
- Exception
-
BackupException
public BackupException()Erstellt eine neue BackupException
-