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 Details

    • AmbiguousResolutionException

      public AmbiguousResolutionException(Throwable throwable)
      Creates a new exception with the given cause.
      Parameters:
      throwable - The cause of the exception
    • AmbiguousResolutionException

      public AmbiguousResolutionException(String message)
      Creates a new exception with the given localized message.
      Parameters:
      message -
  • Method Details