Class DeferredInstanceProviderCycleException

  • All Implemented Interfaces:
    java.io.Serializable

    public class DeferredInstanceProviderCycleException
    extends java.lang.IllegalStateException
    IllegalStateException specialization raised when an attempt is made using a DeferredInstanceProvider to locate an instance of itself, which would cause a circular reference
    Since:
    19.3.0
    Author:
    cdivilly
    See Also:
    Serialized Form
  • <section role="region">
    • 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
    </section>