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:
Serializable
Diese Klasse kapselt Exceptions, die beim physischen Zugriff auf ein Typ-B-Medium auftreten können.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MediumNotAccessibleException
public MediumNotAccessibleException(int mediumID) Erzeugt eien neue Instanz- Parameters:
mediumID
- Nicht verfügbare Medien-ID
-