Class UnsatisfiedDependencyException

  • All Implemented Interfaces:
    java.io.Serializable

    public class UnsatisfiedDependencyException
    extends DependencyException
    Thrown when not all dependencies can be resolved. This occurs when a type requires a specific dependency but no such dependency is available.
    See Also:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • UnsatisfiedDependencyException

        public UnsatisfiedDependencyException​(java.lang.String message)
        Constructs a new instance.
        Parameters:
        message - a message, cannot be null