Package org.fcrepo.kernel.api.exception
Class InteractionModelViolationException
- 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.InteractionModelViolationException
-
- All Implemented Interfaces:
Serializable
public class InteractionModelViolationException extends ConstraintViolationException
An Interaction Model constraint has been violated.- Since:
- 2018-03-09
- Author:
- lsitu
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InteractionModelViolationException(String msg)
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
-
InteractionModelViolationException
public InteractionModelViolationException(String msg)
Ordinary constructor.- Parameters:
msg
- the message
-
-