Class FlowTechnicalException

  • All Implemented Interfaces:
    PrettyPrint, Serializable

    public class FlowTechnicalException
    extends FlowException
    Exception used to represent a technical exception (example: a random failure during a database access, due to the network). Those exceptions are typically the ones you will want to retry in RetryableFlows. You can inherit this class to build custom technical exceptions if you want.
    See Also:
    Serialized Form