-
- All Implemented Interfaces:
-
java.io.Serializable
public final class SdkLicenseError extends Error
Class to return as error inside UI components if license check is failed
-
-
Constructor Summary
Constructors Constructor Description SdkLicenseError(String errorMessage)
-
Method Summary
Modifier and Type Method Description final StringgetErrorMessage()ThrowablegetCause()StringgetMessage()-
Methods inherited from class java.lang.Error
addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
SdkLicenseError
SdkLicenseError(String errorMessage)
-
-
Method Detail
-
getErrorMessage
final String getErrorMessage()
-
getMessage
String getMessage()
-
-
-
-