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

public class PreTrialCheckException extends RuntimeException
Represents an exception that occurs during the check of pre-trial status.
See Also:
  • Constructor Details

    • PreTrialCheckException

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