Class InvalidLicenseKeyException

java.lang.Object
java.lang.Throwable
java.lang.Exception
chemaxon.clustering.InvalidLicenseKeyException
All Implemented Interfaces:
Serializable

@PublicApi public class InvalidLicenseKeyException extends Exception
See Also:
  • Constructor Details

    • InvalidLicenseKeyException

      public InvalidLicenseKeyException()
      Creates new InvalidLicenseKeyException without detail message.
    • InvalidLicenseKeyException

      public InvalidLicenseKeyException(String msg)
      Constructs an InvalidLicenseKeyException with the specified detail message.
      Parameters:
      msg - the detail message.