Class PromotionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- de.hybris.platform.jalo.JaloSystemException
-
- de.hybris.platform.promotions.result.PromotionException
-
- All Implemented Interfaces:
java.io.Serializable
public class PromotionException extends JaloSystemException
PromotionEvaluationContext.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PromotionException(java.lang.String message)PromotionException(java.lang.String message, int errorCode)PromotionException(java.lang.Throwable nested)PromotionException(java.lang.Throwable nested, int errorCode)PromotionException(java.lang.Throwable nested, java.lang.String message, int errorCode)
-
Method Summary
-
Methods inherited from class de.hybris.platform.jalo.JaloSystemException
getErrorCode, getThrowable, toString
-
-
-
-
Constructor Detail
-
PromotionException
public PromotionException(java.lang.String message)
-
PromotionException
public PromotionException(java.lang.String message, int errorCode)
-
PromotionException
public PromotionException(java.lang.Throwable nested)
-
PromotionException
public PromotionException(java.lang.Throwable nested, int errorCode)
-
PromotionException
public PromotionException(java.lang.Throwable nested, java.lang.String message, int errorCode)
-
-