Class NotReadyException

All Implemented Interfaces:
Serializable

public class NotReadyException extends 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:
  • Constructor Details

    • NotReadyException

      public NotReadyException()
      Construct the exception.

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