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:
java.io.Serializable
- Direct Known Subclasses:
JaloAbstractTypeException
,JaloDuplicateCodeException
,JaloDuplicateQualifierException
,JaloGenericCreationException
public abstract class JaloTypeException extends JaloBusinessException
The base class of all type related exceptions- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description JaloTypeException(java.lang.String msg, int vendorCode)
JaloTypeException(java.lang.Throwable nested, int vendorCode)
-
Method Summary
-
Methods inherited from class de.hybris.platform.jalo.JaloBusinessException
getErrorCode, getThrowable, toString
-
-