@Singleton public class ErrorServiceImpl extends Object implements ErrorService
| Constructor and Description |
|---|
ErrorServiceImpl() |
public void onFailure(ErrorInformation ei) throws MultiException
ErrorServiceServiceLocator 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 ErrorServiceei - 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 © 2013 Oracle Corporation. All rights reserved.