public class DataConsistencyException
extends java.lang.Exception
DataConsistencyException indicates an inconsistency in the data (of a service).| Constructor and Description |
|---|
DataConsistencyException(java.lang.String message)
Creates a new
DataConsistencyException with the designated
message. |
DataConsistencyException(java.lang.String message,
java.lang.Throwable cause)
Creates a new
DataConsistencyException with the designated
message and the designated cause. |
public DataConsistencyException(java.lang.String message)
DataConsistencyException with the designated
message.message - The message for the created
DataConsistencyException.public DataConsistencyException(java.lang.String message,
java.lang.Throwable cause)
DataConsistencyException with the designated
message and the designated cause.message - The message for the created
DataConsistencyException.cause - The cause for the created
DataConsistencyException.