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
public class InvalidMementoPathException extends ConstraintViolationException
An invalid memento path constraint has been violated.- Since:
- 2018-08-10
- Author:
- lsitu
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidMementoPathException(String msg)
Ordinary 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 Detail
-
InvalidMementoPathException
public InvalidMementoPathException(String msg)
Ordinary constructor.- Parameters:
msg
- the message
-
InvalidMementoPathException
public InvalidMementoPathException(String msg, Throwable rootCause)
Ordinary constructor.- Parameters:
msg
- the messagerootCause
- the root cause
-
-