Class PreTrialStatusCheckException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.vaadin.pro.licensechecker.PreTrialStatusCheckException
All Implemented Interfaces:
Serializable

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

    • PreTrialStatusCheckException

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

      public PreTrialStatusCheckException(String message, boolean cannotReachServer)
      Constructs a new PreTrialStatusCheckException with the specified detail message.
      Parameters:
      message - the detail message, which provides more information about the exception.
      cannotReachServer - indicates whether the exception was caused by an inability to reach the server.
  • Method Details

    • isCannotReachServer

      public boolean isCannotReachServer()
      Indicates whether the exception was caused by an inability to reach the server.
      Returns:
      true if the server could not be reached, false otherwise.