Class UnsatisfiedRequiredDependencyException

  • All Implemented Interfaces:
    java.io.Serializable

    public class UnsatisfiedRequiredDependencyException
    extends DependencyException
    Thrown when an attempt is made to remove a type that would cause a dependency required by another type to become unresolvable.
    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

      • UnsatisfiedRequiredDependencyException

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