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

Indicates that multiple beans match a certain combination of required type and required qualifiers and are eligible for injection into a certain class.

Author:
Pete Muir, Gavin King
See Also:
Serialized Form

Constructor Summary
AmbiguousResolutionException()
           
AmbiguousResolutionException(String message)
           
AmbiguousResolutionException(String message, Throwable throwable)
           
AmbiguousResolutionException(Throwable throwable)
           
 
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,
                                    Throwable throwable)

AmbiguousResolutionException

public AmbiguousResolutionException(String message)

AmbiguousResolutionException

public AmbiguousResolutionException(Throwable throwable)


Copyright © 2008-2010 Seam Framework. All Rights Reserved.