Class PreTrialCheckException.Expired

All Implemented Interfaces:
Serializable
Enclosing class:
PreTrialCheckException

public static class PreTrialCheckException.Expired extends PreTrialCheckException
Represents an exception thrown when the check of a pre-trial period fails due to the current trial being expired and not yet renewable.
See Also:
  • Constructor Details

    • Expired

      public Expired(String message)
      Constructs a new Expired exception with the specified detail message.
      Parameters:
      message - the detail message providing more information about the reason for the exception.