Class DataConsistencyException

java.lang.Object
java.lang.Throwable
java.lang.Exception
de.aristaflow.adept2.model.common.DataConsistencyException
All Implemented Interfaces:
Serializable

public class DataConsistencyException extends Exception
A DataConsistencyException indicates an inconsistency in the data (of a service).
See Also:
  • Constructor Details

    • DataConsistencyException

      public DataConsistencyException(String message)
      Creates a new DataConsistencyException with the designated message.
      Parameters:
      message - The message for the created DataConsistencyException.
    • DataConsistencyException

      public DataConsistencyException(String message, Throwable cause)
      Creates a new DataConsistencyException with the designated message and the designated cause.
      Parameters:
      message - The message for the created DataConsistencyException.
      cause - The cause for the created DataConsistencyException.