Class BusinessException

java.lang.Object
java.lang.Throwable
java.lang.Exception
de.hybris.platform.servicelayer.exceptions.BusinessException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AuthenticationException, AutomatedWorkflowTemplateException, CalculationException, CatalogAwareObjectResolvingException, CMSItemCreateException, CMSItemNotFoundException, CMSVersionNotFoundException, CommerceCartMergingException, CommerceCartModificationException, CommerceCartRestorationException, CommercePromotionRestrictionException, CommerceSaveCartException, ComponentTypeNotFoundException, CustomerAlreadyExistsException, ImportExportException, InsufficientStockLevelException, InterceptorException, InvalidCartException, ItemNotFoundException, ItemRollbackException, PriceException, RegistrationNotEnabledException, RestrictionEvaluationException, ScriptCompilationException, VoucherApplierInset.SimpleVoucherException, VoucherApplierInset.VoucherException, VoucherApplierInset.VoucherViolationException, VoucherOperationException

public class BusinessException extends Exception
Thrown when a business error occurs (such as "invalid shipping address" or "negative quantity for cart entry").
See Also:
  • Constructor Details

    • BusinessException

      public BusinessException(String message)
    • BusinessException

      public BusinessException(Throwable cause)
    • BusinessException

      public BusinessException(String message, Throwable cause)