javax.enterprise.inject
Class UnsatisfiedResolutionException

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.UnsatisfiedResolutionException
All Implemented Interfaces:
Serializable

public class UnsatisfiedResolutionException
extends ResolutionException

Indicates that no bean matches a certain combination of required type and required qualifiers and is eligible for injection into a certain class.

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

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

UnsatisfiedResolutionException

public UnsatisfiedResolutionException()

UnsatisfiedResolutionException

public UnsatisfiedResolutionException(String message,
                                      Throwable throwable)

UnsatisfiedResolutionException

public UnsatisfiedResolutionException(String message)

UnsatisfiedResolutionException

public UnsatisfiedResolutionException(Throwable throwable)


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