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

public class PreTrialCreationException extends RuntimeException
Represents an exception that occurs during the creation of a pre-trial period.
See Also:
  • Constructor Details

    • PreTrialCreationException

      public PreTrialCreationException(String message)
      Constructs a new PreTrialCreationException with the specified detail message.
      Parameters:
      message - the detail message, which provides more information about the exception.