Class TransientFailureException

All Implemented Interfaces:
Serializable

public class TransientFailureException extends RuntimeException
Exception to be thrown by a document processor on transient failures. Caller is welcome to try the call again later.
Author:
Einar M R Rosenvinge
See Also:
  • Constructor Details

    • TransientFailureException

      public TransientFailureException(String s)