Package com.vaadin.pro.licensechecker
Class PreTrialCheckException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.vaadin.pro.licensechecker.PreTrialCheckException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
PreTrialCheckException.Expired
Represents an exception that occurs during the check of pre-trial status.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classRepresents an exception thrown when the check of a pre-trial period fails due to the current trial being expired and not yet renewable. -
Constructor Summary
ConstructorsConstructorDescriptionPreTrialCheckException(String message) Constructs a newPreTrialCheckExceptionwith the specified detail message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PreTrialCheckException
Constructs a newPreTrialCheckExceptionwith the specified detail message.- Parameters:
message- the detail message, which provides more information about the exception.
-