public class UnsatisfiedResolutionException extends ResolutionException
BeanManager.getReference,
the BeanManager BeanManager will throw this exception.
This exception may occur when no beans are registered, or are registered
with a different @BindingType
than expected.
| Constructor and Description |
|---|
UnsatisfiedResolutionException() |
UnsatisfiedResolutionException(java.lang.String message) |
UnsatisfiedResolutionException(java.lang.String message,
java.lang.Throwable cause) |
UnsatisfiedResolutionException(java.lang.Throwable cause) |
public UnsatisfiedResolutionException()
public UnsatisfiedResolutionException(java.lang.String message)
public UnsatisfiedResolutionException(java.lang.Throwable cause)
public UnsatisfiedResolutionException(java.lang.String message,
java.lang.Throwable cause)