LicenseRestrictionException

Inheritance: java.lang.Object, java.lang.Throwable, java.lang.Exception, java.lang.RuntimeException, com.aspose.ms.System.Exception, com.aspose.ms.System.ApplicationException

public class LicenseRestrictionException extends System.ApplicationException

The exception that is thrown when a license restriction is triggered.

Constructors

Constructor Description
LicenseRestrictionException(String message) Initializes a new instance of the LicenseRestrictionException class.

LicenseRestrictionException(String message)

public LicenseRestrictionException(String message)

Initializes a new instance of the LicenseRestrictionException class.

Parameters:

Parameter Type Description
message java.lang.String The exception message.