Class SchemaConsistencyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
pl.edu.icm.unity.base.exceptions.EngineException
pl.edu.icm.unity.engine.api.exceptions.SchemaConsistencyException
- All Implemented Interfaces:
Serializable
public class SchemaConsistencyException
extends pl.edu.icm.unity.base.exceptions.EngineException
Thrown when operation would cause database schema consistency violation. Example is removal of
attribute class which is being assigned to a group or entity in a group.
- Author:
- K. Benedyczak
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SchemaConsistencyException
-
SchemaConsistencyException
-