Class NotReadyException

  • All Implemented Interfaces:
    java.io.Serializable

    public class NotReadyException
    extends java.lang.IllegalStateException
    Exception to throw inside DataExtension if a method is not ready to be called (Data is not available etc).

    This Exception will not cause Plan to "yell" about the exception.

    Requires Capability#DATA_EXTENSION_NOT_READY_EXCEPTION.

    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      NotReadyException()
      Construct the exception.
    • 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

      • NotReadyException

        public NotReadyException()
        Construct the exception.

        The Exception is not logged (Fails silently) so no message is available.