public interface ExceptionsConfiguration extends FabricExceptionsSource
Title: Open Service Framework
Description:
Copyright: Copyright (c) 2011
Company: StreamScape Technologies
Modifier and Type | Method and Description |
---|---|
void |
addException(java.lang.String eventId)
This method adds a standard
Advisory to the configuration. |
void |
removeAllExceptions()
Removes all exceptions from the Service Configuration.
|
void |
removeException(java.lang.String eventId) |
existsException, hasExceptions, listExceptions
void addException(java.lang.String eventId) throws ServiceConfigurationException
Advisory
to the configuration. This method is typically used
internally by the configuration logic to add or remove advisories that may be raised by various conditions.
However users may register any advisories they need by supplying their associate prototype. Unregistered
advisories may not be raised.eventId
- StringServiceConfigurationException
void removeException(java.lang.String eventId) throws ServiceConfigurationException
ServiceConfigurationException
void removeAllExceptions()
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.