javax.enterprise.inject
Class AmbiguousResolutionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
javax.enterprise.inject.InjectionException
javax.enterprise.inject.ResolutionException
javax.enterprise.inject.AmbiguousResolutionException
- All Implemented Interfaces:
- Serializable
public class AmbiguousResolutionException
- extends ResolutionException
Ambigous resolution exception. It is thrown when more than one
bean exist for given injection point.
- Version:
- $Rev$ $Date$
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
AmbiguousResolutionException
public AmbiguousResolutionException()
AmbiguousResolutionException
public AmbiguousResolutionException(String message)
AmbiguousResolutionException
public AmbiguousResolutionException(Throwable e)
AmbiguousResolutionException
public AmbiguousResolutionException(String message,
Throwable e)
Copyright © 2003-2012 The Apache Software Foundation. All Rights Reserved.