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

Indicates a problem relating to typesafe resolution.

Author:
Gavin King
See Also:
Serialized Form

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

ResolutionException

public ResolutionException(String message)

ResolutionException

public ResolutionException(Throwable cause)


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