Package de.hybris.platform.jalo.type
Class JaloTypeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.hybris.platform.jalo.JaloBusinessException
de.hybris.platform.jalo.type.JaloTypeException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
JaloAbstractTypeException,JaloDuplicateCodeException,JaloDuplicateQualifierException,JaloGenericCreationException
The base class of all type related exceptions
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionJaloTypeException(String msg, int vendorCode) JaloTypeException(Throwable nested, 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
-
JaloTypeException
-
JaloTypeException
-