Class PreTrialCreationException.Expired

All Implemented Interfaces:
Serializable
Enclosing class:
PreTrialCreationException

public static class PreTrialCreationException.Expired extends PreTrialCreationException
Represents an exception thrown when the creation 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.