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:
    Serialized Form
    • Constructor Detail

      • UnsatisfiedResolutionException

        public UnsatisfiedResolutionException()
      • UnsatisfiedResolutionException

        public UnsatisfiedResolutionException​(String message,
                                              Throwable throwable)
      • UnsatisfiedResolutionException

        public UnsatisfiedResolutionException​(String message)
      • UnsatisfiedResolutionException

        public UnsatisfiedResolutionException​(Throwable throwable)