Class ContextualizedServiceException

All Implemented Interfaces:
Serializable

public class ContextualizedServiceException extends ServiceException
This class extends ServiceException and is supposed to be used in the dispatch loop of the generic Service implementation. It adds EventContext information to the exception chain.

Using the ServiceException should be considered in all other places.

See Also: