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
Thrown when a business error occurs (such as "invalid shipping address" or "negative quantity for cart entry").
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionBusinessException(String message) BusinessException(String message, Throwable cause) BusinessException(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
BusinessException
-
BusinessException
-
BusinessException
-