Package com.scytales.mvalid.sdk
Class UnsupportedFeatureException
-
- All Implemented Interfaces:
-
java.io.Serializable
public final class UnsupportedFeatureException extends SDKException
Thrown when trying to use a feature not supported by SDK's license.
-
-
Constructor Summary
Constructors Constructor Description UnsupportedFeatureException(LicenseManager.Feature feature)
Instantiates a new UnsupportedFeatureException.
-
Method Summary
Modifier and Type Method Description -
Methods inherited from class com.scytales.mvalid.sdk.SDKException
getMessage
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-