Class SchemaConsistencyException

All Implemented Interfaces:
Serializable

public class SchemaConsistencyException extends 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 Details

    • SchemaConsistencyException

      public SchemaConsistencyException(String msg, Throwable cause)
    • SchemaConsistencyException

      public SchemaConsistencyException(String msg)