Class UnsatisfiedResolutionException



  • 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.

    See Also:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
    • Constructor Detail

      • UnsatisfiedResolutionException

        public UnsatisfiedResolutionException​()
      • UnsatisfiedResolutionException

        public UnsatisfiedResolutionException​(java.lang.String message,
                                              java.lang.Throwable throwable)
      • UnsatisfiedResolutionException

        public UnsatisfiedResolutionException​(java.lang.String message)
      • UnsatisfiedResolutionException

        public UnsatisfiedResolutionException​(java.lang.Throwable throwable)