public class

UnproxyableResolutionException

extends ResolutionException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ javax.enterprise.inject.InjectionException
           ↳ javax.enterprise.inject.ResolutionException
             ↳ javax.enterprise.inject.UnproxyableResolutionException

Class Overview

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.

Summary

Public Constructors
UnproxyableResolutionException()
UnproxyableResolutionException(String message, Throwable throwable)
UnproxyableResolutionException(String message)
UnproxyableResolutionException(Throwable throwable)
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public UnproxyableResolutionException ()

public UnproxyableResolutionException (String message, Throwable throwable)

public UnproxyableResolutionException (String message)

public UnproxyableResolutionException (Throwable throwable)