Package com.selectpdf
Class ApiException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.selectpdf.ApiException
- All Implemented Interfaces:
java.io.Serializable
public class ApiException
extends java.lang.RuntimeException
Exception thrown by SelectPdf API Client.
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description ApiException()
Constructor for ApiException.ApiException(java.lang.String message)
ApiException(java.lang.Throwable throwable)
Constructor for ApiException. -
Method Summary
-
Constructor Details
-
ApiException
public ApiException()Constructor for ApiException. -
ApiException
public ApiException(java.lang.String message)- Parameters:
message
- The exception message.
-
ApiException
public ApiException(java.lang.Throwable throwable)Constructor for ApiException.- Parameters:
throwable
- Inner exception.
-