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
public class OcflJavaException extends RuntimeException
Base exception class for ocfl-java exceptions- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description OcflJavaException()
OcflJavaException(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
-
-