Package io.ocfl.api.exception
Class InvalidInventoryException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.ocfl.api.exception.OcflJavaException
-
- io.ocfl.api.exception.InvalidInventoryException
-
- All Implemented Interfaces:
Serializable
public class InvalidInventoryException extends OcflJavaException
This exception indicates that there is something wrong with an object's inventory.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidInventoryException()
InvalidInventoryException(String message)
InvalidInventoryException(String message, Throwable cause)
InvalidInventoryException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-