de.bsvrz.ars.ars.backup
Class BackupException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Constructor Summary
BackupException()
           
BackupException(String msg)
           
BackupException(String message, Throwable cause)
           
BackupException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BackupException

public BackupException(String msg)

BackupException

public BackupException(Throwable cause)

BackupException

public BackupException(String message,
                       Throwable cause)

BackupException

public BackupException()