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.
| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID |
| Constructor and Description |
|---|
UnproxyableResolutionException() |
UnproxyableResolutionException(java.lang.String message) |
UnproxyableResolutionException(java.lang.String message,
java.lang.Throwable throwable) |
UnproxyableResolutionException(java.lang.Throwable throwable) |
private static final long serialVersionUID
public UnproxyableResolutionException()
public UnproxyableResolutionException(java.lang.String message,
java.lang.Throwable throwable)
public UnproxyableResolutionException(java.lang.String message)
public UnproxyableResolutionException(java.lang.Throwable throwable)