Package org.fcrepo.kernel.api.exception
Class InvalidMementoPathException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.fcrepo.kernel.api.exception.RepositoryRuntimeException
org.fcrepo.kernel.api.exception.ConstraintViolationException
org.fcrepo.kernel.api.exception.InvalidMementoPathException
- All Implemented Interfaces:
Serializable
An invalid memento path constraint has been violated.
- Since:
- 2018-08-10
- Author:
- lsitu
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionOrdinary constructor.InvalidMementoPathException(String msg, Throwable rootCause) Ordinary constructor. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidMementoPathException
Ordinary constructor.- Parameters:
msg- the message
-
InvalidMementoPathException
Ordinary constructor.- Parameters:
msg- the messagerootCause- the root cause
-