Class UnsatisfiedResolutionException

All Implemented Interfaces:
Serializable

public class UnsatisfiedResolutionException extends ResolutionException

Indicates that no bean matches a certain combination of required type and required qualifiers and is eligible for injection into a certain class.

Author:
Pete Muir, Gavin King
See Also:
  • Constructor Details

    • UnsatisfiedResolutionException

      public UnsatisfiedResolutionException()
      Creates the exception with no detail message or cause.
    • UnsatisfiedResolutionException

      public UnsatisfiedResolutionException(String message, Throwable cause)
      Creates the exception with given detail message and cause.
      Parameters:
      message - the detail message
      cause - the cause
    • UnsatisfiedResolutionException

      public UnsatisfiedResolutionException(String message)
      Creates the exception with given detail message.
      Parameters:
      message - the detail message
    • UnsatisfiedResolutionException

      public UnsatisfiedResolutionException(Throwable cause)
      Creates the exception with given cause.
      Parameters:
      cause - the cause