Package com.vaadin.pro.licensechecker
Class PreTrialCheckException.Expired
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.vaadin.pro.licensechecker.PreTrialCheckException
com.vaadin.pro.licensechecker.PreTrialCheckException.Expired
- All Implemented Interfaces:
Serializable
- Enclosing class:
- PreTrialCheckException
Represents an exception thrown when the check of a pre-trial period fails
due to the current trial being expired and not yet renewable.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.vaadin.pro.licensechecker.PreTrialCheckException
PreTrialCheckException.Expired -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
Expired
Constructs a newExpiredexception with the specified detail message.- Parameters:
message- the detail message providing more information about the reason for the exception.
-