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:
  • Constructor Details

    • PendingException

      public PendingException()
    • PendingException

      public PendingException(String message)