com.sun.enterprise.module.bootstrap
Class DefaultErrorService

java.lang.Object
  extended by com.sun.enterprise.module.bootstrap.DefaultErrorService
All Implemented Interfaces:
ErrorService

@Singleton
public class DefaultErrorService
extends Object
implements ErrorService


Constructor Summary
DefaultErrorService()
           
 
Method Summary
 void failureToReify(ActiveDescriptor<?> descriptor, Injectee injectee, MultiException me)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultErrorService

public DefaultErrorService()
Method Detail

failureToReify

public void failureToReify(ActiveDescriptor<?> descriptor,
                           Injectee injectee,
                           MultiException me)
                    throws MultiException
Specified by:
failureToReify in interface ErrorService
Throws:
MultiException


Copyright © 2012 Oracle Corporation. All Rights Reserved.