Package com.vaadin.pro.licensechecker
Class PreTrialCreationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.vaadin.pro.licensechecker.PreTrialCreationException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
PreTrialCreationException.Expired
Represents an exception that occurs during the creation of a pre-trial
period.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classRepresents an exception thrown when the creation of a pre-trial period fails due to the current trial being expired and not yet renewable. -
Constructor Summary
ConstructorsConstructorDescriptionPreTrialCreationException(String message) Constructs a newPreTrialCreationExceptionwith 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
-
PreTrialCreationException
Constructs a newPreTrialCreationExceptionwith the specified detail message.- Parameters:
message- the detail message, which provides more information about the exception.
-