Class TimeoutRegexException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.qubership.atp.common.utils.regex.TimeoutRegexException
All Implemented Interfaces:
Serializable

public class TimeoutRegexException extends RuntimeException
See Also:
  • Constructor Details

    • TimeoutRegexException

      public TimeoutRegexException(String message)
      Empty implementation of Timeout exception during regex match.
      Parameters:
      message - String to parse.