public class AsposeLicenseException extends Exception
| Constructor and Description |
|---|
AsposeLicenseException()
Creates a new
AsposeLicenseException. |
AsposeLicenseException(String message)
Creates a new
AsposeLicenseException with a message string. |
AsposeLicenseException(String message,
Throwable cause)
Creates a new
AsposeLicenseException with a message string and a reason. |
AsposeLicenseException(Throwable cause)
Creates a new
AsposeLicenseException with a reason. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic AsposeLicenseException()
AsposeLicenseException.public AsposeLicenseException(String message)
AsposeLicenseException with a message string.message - The message string.public AsposeLicenseException(String message, Throwable cause)
AsposeLicenseException with a message string and a reason.message - The message string.cause - The reason, i.e. a throwable that indirectly caused this exception.public AsposeLicenseException(Throwable cause)
AsposeLicenseException with a reason.cause - The reason, i.e. a throwable that indirectly caused this exception.Copyright © 2014. All rights reserved.