Package de.hybris.platform.jalo
Class ConsistencyCheckException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.hybris.platform.jalo.JaloBusinessException
de.hybris.platform.jalo.ConsistencyCheckException
- All Implemented Interfaces:
Serializable
Thrown if the data consistency is violated.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConsistencyCheckException(String message, int vendorCode) Constructor ConsistencyCheckExceptionConsistencyCheckException(Throwable nested, int vendorCode) Construct a ConsistencyCheckException with a nested exception.ConsistencyCheckException(Throwable nested, String message, int vendorCode) -
Method Summary
Methods inherited from class de.hybris.platform.jalo.JaloBusinessException
getErrorCode, getThrowable, toStringMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
ConsistencyCheckException
Constructor ConsistencyCheckException- Parameters:
message-vendorCode-
-
ConsistencyCheckException
Construct a ConsistencyCheckException with a nested exception.- Parameters:
nested- the exception that caused this ConsistencyCheckExceptionvendorCode- a unique exception code
-
ConsistencyCheckException
-