public class UnproxyableResolutionException extends ResolutionException
Indicates that a contextual reference for a bean with a normal scope and a certain bean type cannot be obtained because the bean type cannot be proxied by the container.
| Constructor and Description | 
|---|
| UnproxyableResolutionException() | 
| UnproxyableResolutionException(String message) | 
| UnproxyableResolutionException(String message,
                              Throwable throwable) | 
| UnproxyableResolutionException(Throwable throwable) | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic UnproxyableResolutionException()
public UnproxyableResolutionException(String message, Throwable throwable)
public UnproxyableResolutionException(String message)
public UnproxyableResolutionException(Throwable throwable)
Comments to: cdi-dev@eclipse.org.
 Copyright © 2019 Eclipse Foundation.
 Use is subject to license terms.