Class ClearExceptionService

java.lang.Object
com.adaptris.core.ServiceImp
com.adaptris.core.NullService
com.adaptris.core.services.exception.ClearExceptionService
All Implemented Interfaces:
AdaptrisComponent, ComponentLifecycle, ComponentLifecycleExtension, MessageEventGenerator, Service, StateManagedComponent

@ComponentProfile(summary="Clear any exception stored against object metadata", tag="service,error-handling", since="3.11.0") public class ClearExceptionService extends NullService
Clears any exception stored against CoreConstants.OBJ_METADATA_EXCEPTION.

In the adapter configuration file this class is aliased as clear-exception-service which is the preferred alternative to the fully qualified classname when building your configuration.

  • Constructor Details

    • ClearExceptionService

      public ClearExceptionService()
  • Method Details