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
public class OcflStateException extends OcflJavaException
This is a generic exception that indicates that a state constraint was violated- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description OcflStateException()
OcflStateException(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
-
-