Class UnsatisfiedResolutionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
jakarta.enterprise.inject.InjectionException
jakarta.enterprise.inject.ResolutionException
jakarta.enterprise.inject.UnsatisfiedResolutionException
org.jboss.weld.exceptions.UnsatisfiedResolutionException
All Implemented Interfaces:
Serializable

public class UnsatisfiedResolutionException extends jakarta.enterprise.inject.UnsatisfiedResolutionException
Provides message localization service for the .
Author:
David Allen
See Also:
  • Constructor Details

    • UnsatisfiedResolutionException

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

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