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:
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 ConsistencyCheckExceptionConsistencyCheckException(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 de.hybris.platform.jalo.JaloBusinessException
getErrorCode, getThrowable, toString
-
-
-
-
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 ConsistencyCheckExceptionvendorCode
- a unique exception code
-
ConsistencyCheckException
public ConsistencyCheckException(java.lang.Throwable nested, java.lang.String message, int vendorCode)
-
-