Package io.ocfl.api.exception
Class OcflStateException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.ocfl.api.exception.OcflJavaException
io.ocfl.api.exception.OcflStateException
- All Implemented Interfaces:
Serializable
This is a generic exception that indicates that a state constraint was violated
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionOcflStateException
(String message) OcflStateException
(String message, Throwable cause) OcflStateException
(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
-
OcflStateException
public OcflStateException() -
OcflStateException
-
OcflStateException
-
OcflStateException
-