Package com.rfideas.pcproxapisdk
Class SDKException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.rfideas.pcproxapisdk.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)
-