Package io.ocfl.api.exception
Class OcflDbException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.ocfl.api.exception.OcflJavaException
-
- io.ocfl.api.exception.OcflDbException
-
- All Implemented Interfaces:
Serializable
public class OcflDbException extends OcflJavaException
This exception indicates that there was a problem with a DB operation- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description OcflDbException()
OcflDbException(String message)
OcflDbException(String message, Throwable cause)
OcflDbException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-