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, toString
public UnproxyableResolutionException()
public UnproxyableResolutionException(String message, Throwable throwable)
public UnproxyableResolutionException(String message)
public UnproxyableResolutionException(Throwable throwable)
Copyright © 1996-2017, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.