public class AsposeLicenseException
extends com.aspose.ms.System.Exception
Constructor and Description |
---|
AsposeLicenseException()
Creates a new AsposeLicenseException.
|
AsposeLicenseException(java.lang.String message)
Creates a new AsposeLicenseException with a message string.
|
AsposeLicenseException(java.lang.String message,
java.lang.Throwable cause)
Creates a new AsposeLicenseException with a message string and a reason.
|
public AsposeLicenseException()
public AsposeLicenseException(java.lang.String message)
message
- The message string.public AsposeLicenseException(java.lang.String message, java.lang.Throwable cause)
message
- The message string.cause
- The reason that indirectly caused this exception.