javax.enterprise.inject
Class AmbiguousResolutionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by javax.enterprise.inject.InjectionException
                  extended by javax.enterprise.inject.ResolutionException
                      extended by javax.enterprise.inject.AmbiguousResolutionException
All Implemented Interfaces:
Serializable

public class AmbiguousResolutionException
extends ResolutionException

Ambigous resolution exception. It is thrown when more than one bean exist for given injection point.

Version:
$Rev$ $Date$
See Also:
Serialized Form

Constructor Summary
AmbiguousResolutionException()
           
AmbiguousResolutionException(String message)
           
AmbiguousResolutionException(String message, Throwable e)
           
AmbiguousResolutionException(Throwable e)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AmbiguousResolutionException

public AmbiguousResolutionException()

AmbiguousResolutionException

public AmbiguousResolutionException(String message)

AmbiguousResolutionException

public AmbiguousResolutionException(Throwable e)

AmbiguousResolutionException

public AmbiguousResolutionException(String message,
                                    Throwable e)


Copyright © 2003-2012 The Apache Software Foundation. All Rights Reserved.