Package io.goobi.viewer.exceptions
Class RecordDeletedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
io.goobi.viewer.exceptions.RecordDeletedException
- All Implemented Interfaces:
Serializable
Thrown when a requested record has been deleted and is no longer available in the index.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionRecordDeletedException(String string) Creates a new RecordDeletedException instance. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
RecordDeletedException
Creates a new RecordDeletedException instance.- Parameters:
string-String
-