Package com.pdftools
Class ExistsException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.pdftools.PdfToolsException
-
- com.pdftools.ExistsException
-
- All Implemented Interfaces:
java.io.Serializable
public class ExistsException extends PdfToolsException
The specified item already exists.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ExistsException(java.lang.String message)
-