javax.enterprise.inject
Class ResolutionException

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
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AmbiguousResolutionException, UnproxyableResolutionException, UnsatisfiedResolutionException

public class ResolutionException
extends InjectionException

Resolution exception class.

Version:
$Rev: 906902 $ $Date: 2010-02-05 12:23:22 +0100 (Fri, 05 Feb 2010) $
See Also:
Serialized Form

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

ResolutionException

public ResolutionException()

ResolutionException

public ResolutionException(String message,
                           Throwable e)

ResolutionException

public ResolutionException(Throwable e)

ResolutionException

public ResolutionException(String message)


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