Class TransientFailureException

All Implemented Interfaces:
Serializable

@Deprecated(forRemoval=true, since="7") public class TransientFailureException extends RuntimeException
Deprecated, for removal: This API element is subject to removal in a future version.
Will be removed in Vespa 8. Only for internal use.
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)
      Deprecated, for removal: This API element is subject to removal in a future version.