Package com.pdftools
Class RetryException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.pdftools.PdfToolsException
-
- com.pdftools.RetryException
-
- All Implemented Interfaces:
java.io.Serializable
public class RetryException extends PdfToolsException
A resource or service is temporarily unavailable.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RetryException(java.lang.String message)
-