javax.enterprise.inject
Class UnproxyableResolutionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by javax.enterprise.inject.InjectionException
                  extended by javax.enterprise.inject.ResolutionException
                      extended by javax.enterprise.inject.UnproxyableResolutionException
All Implemented Interfaces:
java.io.Serializable

public class UnproxyableResolutionException
extends ResolutionException

Thrown if a bean has normal scope and the type cannot be proxied by the container

Author:
Pete Muir
See Also:
Serialized Form

Constructor Summary
UnproxyableResolutionException()
           
UnproxyableResolutionException(java.lang.String message)
           
UnproxyableResolutionException(java.lang.String message, java.lang.Throwable throwable)
           
UnproxyableResolutionException(java.lang.Throwable throwable)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnproxyableResolutionException

public UnproxyableResolutionException()

UnproxyableResolutionException

public UnproxyableResolutionException(java.lang.String message,
                                      java.lang.Throwable throwable)

UnproxyableResolutionException

public UnproxyableResolutionException(java.lang.String message)

UnproxyableResolutionException

public UnproxyableResolutionException(java.lang.Throwable throwable)


Copyright © 2008-2009. All Rights Reserved.