org.jvnet.hk2.testing.junit.internal
Class ErrorServiceImpl

java.lang.Object
  extended by org.jvnet.hk2.testing.junit.internal.ErrorServiceImpl
All Implemented Interfaces:
ErrorService

@Singleton
public class ErrorServiceImpl
extends java.lang.Object
implements ErrorService

Author:
jwells

Constructor Summary
ErrorServiceImpl()
           
 
Method Summary
 void onFailure(ErrorInformation ei)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ErrorServiceImpl

public ErrorServiceImpl()
Method Detail

onFailure

public void onFailure(ErrorInformation ei)
               throws MultiException
Specified by:
onFailure in interface ErrorService
Throws:
MultiException


Copyright © 2013 Oracle Corporation. All Rights Reserved.