Package io.ocfl.api.exception
Class OcflJavaException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.ocfl.api.exception.OcflJavaException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AlreadyExistsException
,CorruptObjectException
,FixityCheckException
,InvalidInventoryException
,InvalidVersionException
,LockException
,NotFoundException
,ObjectOutOfSyncException
,OcflDbException
,OcflExtensionException
,OcflInputException
,OcflIOException
,OcflStateException
,OverwriteException
,PathConstraintException
,RepositoryConfigurationException
,ValidationException
Base exception class for ocfl-java exceptions
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionOcflJavaException
(String message) OcflJavaException
(String message, Throwable cause) OcflJavaException
(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
OcflJavaException
public OcflJavaException() -
OcflJavaException
-
OcflJavaException
-
OcflJavaException
-