Package jakarta.enterprise.inject
Class ResolutionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
jakarta.enterprise.inject.InjectionException
jakarta.enterprise.inject.ResolutionException
- All Implemented Interfaces:
 Serializable
- Direct Known Subclasses:
 AmbiguousResolutionException,UnproxyableResolutionException,UnsatisfiedResolutionException
Indicates a problem relating to typesafe resolution.
- Author:
 - Gavin King
 - See Also:
 
- 
Constructor Summary
ConstructorsConstructorDescriptionResolutionException(String message) ResolutionException(String message, Throwable cause) ResolutionException(Throwable cause)  - 
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Constructor Details
- 
ResolutionException
public ResolutionException() - 
ResolutionException
 - 
ResolutionException
 - 
ResolutionException
 
 -