Class PendingException

  • All Implemented Interfaces:
    Serializable

    @API(status=STABLE)
    public final class PendingException
    extends RuntimeException
    When thrown from a step marks it as not yet implemented.
    See Also:
    JavaSnippet, Serialized Form
    • Constructor Detail

      • PendingException

        public PendingException()
      • PendingException

        public PendingException​(String message)