Package org.fcrepo.kernel.api.exception
Class RelaxableServerManagedPropertyException
- 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.ServerManagedPropertyException
-
- org.fcrepo.kernel.api.exception.RelaxableServerManagedPropertyException
-
- All Implemented Interfaces:
Serializable
public class RelaxableServerManagedPropertyException extends ServerManagedPropertyException
Exception thrown if a Relaxable SMT is altered.- Since:
- 6.0.0
- Author:
- whikloj
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RelaxableServerManagedPropertyException(String msg)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
RelaxableServerManagedPropertyException
public RelaxableServerManagedPropertyException(String msg)
- Parameters:
msg
- the message
-
-