Package com.iizix.license
Class LicenseException
- java.lang.Object
- java.lang.Throwable
- java.lang.Error
- com.iizix.license.LicenseException
- All Implemented Interfaces:
java.io.Serializable
public class LicenseException extends java.lang.Error
The license exception.- Author:
- Christopher Mindus
- See Also:
- Serialized Form
Constructor Summary
Constructors Constructor Description LicenseException(java.lang.String message)
Constructs a not found exception with just a message text.LicenseException(java.lang.String message, java.lang.Throwable cause)
Constructs a not found exception with a nested exception.
Constructor Detail
LicenseException
public LicenseException(java.lang.String message)
Constructs a not found exception with just a message text.- Parameters:
message
- The text message of the exception.
LicenseException
public LicenseException(java.lang.String message, java.lang.Throwable cause)
Constructs a not found exception with a nested exception.- Parameters:
message
- The text message of the exception.cause
- The nested exception that is the cause of this exception.