Package com.teamdev.jxbrowser.engine
Class InvalidLicenseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.teamdev.jxbrowser.engine.EngineInitializationException
com.teamdev.jxbrowser.engine.LicenseException
com.teamdev.jxbrowser.engine.InvalidLicenseException
- All Implemented Interfaces:
Serializable
Thrown when the given license is invalid.
- See Also:
-
Constructor Summary
ConstructorDescriptionInvalidLicenseException
(String message) Constructs an instance ofInvalidLicenseException
with the givenmessage
. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidLicenseException
Constructs an instance ofInvalidLicenseException
with the givenmessage
.- Parameters:
message
- the detail message
-