Class 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

public class InterceptorException extends BusinessException
Exception which is thrown from an Interceptor.
See Also:
  • Constructor Details

    • InterceptorException

      public InterceptorException(String message)
    • InterceptorException

      public InterceptorException(String message, Throwable cause)
    • InterceptorException

      public InterceptorException(String message, Interceptor inter)
    • InterceptorException

      public InterceptorException(String message, Throwable cause, Interceptor inter)
  • Method Details

    • getInterceptor

      public Interceptor getInterceptor()
      The origin of this exception. ATTENTION: may be null
    • setInterceptor

      public void setInterceptor(Interceptor interceptor)
    • getMessage

      public String getMessage()
      Overrides:
      getMessage in class Throwable