Class ConsistencyCheckException

All Implemented Interfaces:
Serializable

public class ConsistencyCheckException extends JaloBusinessException
Thrown if the data consistency is violated.
See Also:
  • Constructor Details

    • ConsistencyCheckException

      public ConsistencyCheckException(String message, int vendorCode)
      Constructor ConsistencyCheckException
      Parameters:
      message -
      vendorCode -
    • ConsistencyCheckException

      public ConsistencyCheckException(Throwable nested, int vendorCode)
      Construct a ConsistencyCheckException with a nested exception.
      Parameters:
      nested - the exception that caused this ConsistencyCheckException
      vendorCode - a unique exception code
    • ConsistencyCheckException

      public ConsistencyCheckException(Throwable nested, String message, int vendorCode)