Package com.scytales.mvalid.sdk
Class SDKException
-
- All Implemented Interfaces:
-
java.io.Serializable
public class SDKException extends Exception
SDK Exception.
-
-
Constructor Summary
Constructors Constructor Description SDKException(String message)
Instantiates a new SdkException. SDKException(String message, Throwable th)
Instantiates a new SdkException.
-
Method Summary
Modifier and Type Method Description String
getMessage()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getMessage
@NonNull() String getMessage()
-
-
-
-