public class LicenseException extends RuntimeException
Constructor and Description |
---|
LicenseException(String message)
Constructs a new exception with the specified message.
|
LicenseException(String message,
Throwable cause)
Constructs a new exception with the specified message and cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public LicenseException(String message)
message
- The exception message.