Package de.bsvrz.ars.ars.backup
Class MediumNotAccessibleException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.bsvrz.ars.ars.backup.BackupException
de.bsvrz.ars.ars.backup.MediumNotAccessibleException
- All Implemented Interfaces:
java.io.Serializable
public class MediumNotAccessibleException extends BackupException
Diese Klasse kapselt Exceptions, die beim physischen Zugriff auf ein Typ-B-Medium auftreten können.
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description MediumNotAccessibleException(int mediumID)
Erzeugt eien neue Instanz -
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
-
MediumNotAccessibleException
public MediumNotAccessibleException(int mediumID)Erzeugt eien neue Instanz- Parameters:
mediumID
- Nicht verfügbare Medien-ID
-