Class SDKException

  • All Implemented Interfaces:
    java.io.Serializable

    public class SDKException
    extends java.lang.Exception
    Custom exception handling all the Exceptions in API. It throws suitable messages wherever required.

    Developer must handle this exception while calling the APIs.

    Some APIs which uses Thread.sleep() also throws InterruptedException

    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      SDKException​(java.lang.String message)  
    • 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 Detail

      • SDKException

        public SDKException​(java.lang.String message)