Package chemaxon.clustering
Class InvalidLicenseKeyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
chemaxon.clustering.InvalidLicenseKeyException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorDescriptionCreates newInvalidLicenseKeyException
without detail message.Constructs anInvalidLicenseKeyException
with the specified detail message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidLicenseKeyException
public InvalidLicenseKeyException()Creates newInvalidLicenseKeyException
without detail message. -
InvalidLicenseKeyException
Constructs anInvalidLicenseKeyException
with the specified detail message.- Parameters:
msg
- the detail message.
-