Class InterceptorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.hybris.platform.servicelayer.exceptions.BusinessException
de.hybris.platform.servicelayer.interceptor.InterceptorException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AbstractAttributeAutoCreateOrPartOfException,AuditConfigValidationException,ConsumedDestinationRemoveException,CouponInterceptorException,DeliveryModeInterceptorException,DestinationCredNotMatchException,DestinationTargetValidationException,ExceedMaximumThemeInterceptorException,InboundChannelConfigurationDeletionException,LocalizedInterceptorException,MandatoryAttributesValidator.MissingMandatoryAttributesException,MediaConversionModelValidationException,RemoveUsedThemeInterceptorException,UniqueAttributesInterceptor.UniqueAttributeInterceptorException,ValidationConfigurationException,ValidationViolationException,WebhookConfigEventNotSupportedException,WebhookConfigInvalidChannelException,WebhookConfigNoEventConfigException,WebhookConfigNoEventTypeException,WebhookConfigNotRegisteredEventException,WebhookConfigNotValidLocationException
Exception which is thrown from an
Interceptor.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInterceptorException(String message) InterceptorException(String message, Interceptor inter) InterceptorException(String message, Throwable cause) InterceptorException(String message, Throwable cause, Interceptor inter) -
Method Summary
Modifier and TypeMethodDescriptionThe origin of this exception.voidsetInterceptor(Interceptor interceptor) Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InterceptorException
-
InterceptorException
-
InterceptorException
-
InterceptorException
-
-
Method Details
-
getInterceptor
The origin of this exception. ATTENTION: may benull -
setInterceptor
-
getMessage
- Overrides:
getMessagein classThrowable
-