Class UnproxyableResolutionException

All Implemented Interfaces:
Serializable

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.

Author:
Pete Muir, Gavin King
See Also:
  • Constructor Details

    • UnproxyableResolutionException

      public UnproxyableResolutionException()
      Creates the exception with no detail message or cause.
    • UnproxyableResolutionException

      public UnproxyableResolutionException(String message, Throwable cause)
      Creates the exception with given detail message and cause.
      Parameters:
      message - the detail message
      cause - the cause
    • UnproxyableResolutionException

      public UnproxyableResolutionException(String message)
      Creates the exception with given detail message.
      Parameters:
      message - the detail message
    • UnproxyableResolutionException

      public UnproxyableResolutionException(Throwable cause)
      Creates the exception with given cause.
      Parameters:
      cause - the cause