Class LicenseException
java.lang.Object
java.lang.Throwable
java.lang.Error
com.iizix.license.LicenseException
- All Implemented Interfaces:
Serializable
Constructor Summary
ConstructorsConstructorDescriptionLicenseException(String message) Constructs a not found exception with just a message text.LicenseException(String message, Throwable cause) Constructs a not found exception with a nested exception.Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Constructor Details
LicenseException
Constructs a not found exception with just a message text.- Parameters:
message- The text message of the exception.
LicenseException