Class ConsistencyCheckException

  • All Implemented Interfaces:
    java.io.Serializable

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

      Constructors 
      Constructor Description
      ConsistencyCheckException​(java.lang.String message, int vendorCode)
      Constructor ConsistencyCheckException
      ConsistencyCheckException​(java.lang.Throwable nested, int vendorCode)
      Construct a ConsistencyCheckException with a nested exception.
      ConsistencyCheckException​(java.lang.Throwable nested, java.lang.String message, int vendorCode)  
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ConsistencyCheckException

        public ConsistencyCheckException​(java.lang.String message,
                                         int vendorCode)
        Constructor ConsistencyCheckException
        Parameters:
        message -
        vendorCode -
      • ConsistencyCheckException

        public ConsistencyCheckException​(java.lang.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​(java.lang.Throwable nested,
                                         java.lang.String message,
                                         int vendorCode)