Class NotSuppliedException

  • All Implemented Interfaces:
    java.io.Serializable

    public class NotSuppliedException
    extends java.lang.RuntimeException
    Should be thrown by a supplier if it has reached the decision that the current value should not be changed.
    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

      • NotSuppliedException

        public NotSuppliedException()