Package com.vaadin.pro.licensechecker
Class PreTrialCreationException.Expired
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.vaadin.pro.licensechecker.PreTrialCreationException
com.vaadin.pro.licensechecker.PreTrialCreationException.Expired
- All Implemented Interfaces:
Serializable
- Enclosing class:
- PreTrialCreationException
Represents an exception thrown when the creation 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.PreTrialCreationException
PreTrialCreationException.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.
-