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

    Methods inherited from class java.lang.Throwable

    addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • 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.