Class DataConsistencyException

  • All Implemented Interfaces:
    Serializable

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

      • 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.