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:
java.io.Serializable
- Direct Known Subclasses:
MediumNotAccessibleException
public class BackupException
extends java.lang.Exception
Diese Klasse kapselt Exceptions, die in den Methoden eines BackupModuls auftreten können.
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description BackupException()
Erstellt eine neue BackupExceptionBackupException(java.lang.String msg)
Erstellt eine neue BackupExceptionBackupException(java.lang.String message, java.lang.Throwable cause)
Erstellt eine neue BackupExceptionBackupException(java.lang.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
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
BackupException
public BackupException(java.lang.String msg)Erstellt eine neue BackupException- Parameters:
msg
- Nachricht
-
BackupException
public BackupException(java.lang.Throwable cause)Erstellt eine neue BackupException- Parameters:
cause
- Exception
-
BackupException
public BackupException(java.lang.String message, java.lang.Throwable cause)Erstellt eine neue BackupException- Parameters:
message
- Nachrichtcause
- Exception
-
BackupException
public BackupException()Erstellt eine neue BackupException
-