Package com.esprow.oapi.util
Class LicenseCheck.LicenseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.esprow.oapi.util.LicenseCheck.LicenseException
- All Implemented Interfaces:
Serializable
- Enclosing class:
- com.esprow.oapi.util.LicenseCheck
Thrown if the library license check encountered a problem or detected an invalid license file.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the validation result message.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Method Details
-
getLicenseStatus
Returns the validation result message.- Returns:
- the validation result message
-