Package org.jboss.weld.exceptions
Class AmbiguousResolutionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
jakarta.enterprise.inject.InjectionException
jakarta.enterprise.inject.ResolutionException
jakarta.enterprise.inject.AmbiguousResolutionException
org.jboss.weld.exceptions.AmbiguousResolutionException
- All Implemented Interfaces:
Serializable
public class AmbiguousResolutionException
extends jakarta.enterprise.inject.AmbiguousResolutionException
Provides message localization service for the
.
- Author:
- David Allen
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAmbiguousResolutionException(String message) Creates a new exception with the given localized message.AmbiguousResolutionException(Throwable throwable) Creates a new exception with the given cause. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AmbiguousResolutionException
Creates a new exception with the given cause.- Parameters:
throwable- The cause of the exception
-
AmbiguousResolutionException
Creates a new exception with the given localized message.- Parameters:
message-
-
-
Method Details
-
getLocalizedMessage
- Overrides:
getLocalizedMessagein classThrowable
-
getMessage
- Overrides:
getMessagein classThrowable
-