Class BusinessException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- de.hybris.platform.servicelayer.exceptions.BusinessException
-
- All Implemented Interfaces:
java.io.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,RestrictionEvaluationException,ScriptCompilationException,VoucherApplierInset.SimpleVoucherException,VoucherApplierInset.VoucherException,VoucherApplierInset.VoucherViolationException,VoucherOperationException
public class BusinessException extends java.lang.ExceptionThrown when a business error occurs (such as "invalid shipping address" or "negative quantity for cart entry").- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BusinessException(java.lang.String message)BusinessException(java.lang.String message, java.lang.Throwable cause)BusinessException(java.lang.Throwable cause)
-