@Singleton public class ErrorServiceImpl extends Object implements ErrorService
Constructor and Description |
---|
ErrorServiceImpl() |
public void onFailure(ErrorInformation ei) throws MultiException
ErrorService
ServiceLocator
api. For example, an implementation of this method might want
to remove a descriptor from the registry if the error can be determined to be a
permanent failure.onFailure
in interface ErrorService
ei
- Information about the error that occurredMultiException
- if this method throws an exception that exception will be thrown back to
the caller wrapped in another MultiExceptionCopyright © 2014 Oracle Corporation. All rights reserved.