Package de.hybris.platform.jalo.type
Class JaloGenericCreationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- de.hybris.platform.jalo.JaloBusinessException
-
- de.hybris.platform.jalo.type.JaloTypeException
-
- de.hybris.platform.jalo.type.JaloGenericCreationException
-
- All Implemented Interfaces:
java.io.Serializable
public class JaloGenericCreationException extends JaloTypeException
Will be thrown, if the item creation process failed for some reason- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description JaloGenericCreationException(java.lang.String message, int code)
JaloGenericCreationException(java.lang.Throwable nested, int aVendorCode)
-
Method Summary
-
Methods inherited from class de.hybris.platform.jalo.JaloBusinessException
getErrorCode, getThrowable, toString
-
-