public class LicenseException extends Exception
| Constructor and Description | 
|---|
LicenseException(String msg)
Construct a new LicenseException object, with the exception message. 
 | 
LicenseException(String msg,
                Throwable cause)
Construct a new LicenseException object, with the exception message and an underlying exception. 
 | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic LicenseException(String msg)
msg - The exception message.public LicenseException(String msg, Throwable cause)
msg - The exception message.cause - The underlying exception that caused the problem.