Package org.fcrepo.kernel.api.exception
Class CannotCreateMementoException
- 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.CannotCreateMementoException
-
- All Implemented Interfaces:
Serializable
public class CannotCreateMementoException extends ConstraintViolationException
An exception class for invalid memento creation attempts.- Author:
- dbernstein
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CannotCreateMementoException(String msg)
Default 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
-
CannotCreateMementoException
public CannotCreateMementoException(String msg)
Default constructor- Parameters:
msg
- the message
-
-