Class PromotionException

All Implemented Interfaces:
Serializable

public class PromotionException extends JaloSystemException
PromotionEvaluationContext.
See Also:
  • Constructor Details

    • PromotionException

      public PromotionException(String message)
    • PromotionException

      public PromotionException(String message, int errorCode)
    • PromotionException

      public PromotionException(Throwable nested)
    • PromotionException

      public PromotionException(Throwable nested, int errorCode)
    • PromotionException

      public PromotionException(Throwable nested, String message, int errorCode)