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
ConstructorsConstructorDescriptionCreates newInvalidLicenseKeyExceptionwithout detail message.Constructs anInvalidLicenseKeyExceptionwith 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 newInvalidLicenseKeyExceptionwithout detail message. -
InvalidLicenseKeyException
Constructs anInvalidLicenseKeyExceptionwith the specified detail message.- Parameters:
msg- the detail message.
-