Class TimedInterruptTimeoutException

  • All Implemented Interfaces:
    Serializable

    public class TimedInterruptTimeoutException
    extends TimeoutException
    An exception thrown from the TimedInterruptGroovyCustomizer when the timeout is exceeded. This exception allows differentiation from other "timeout exceptions" that might occur.
    Author:
    Stephen Mallette (http://stephen.genoprime.com)
    See Also:
    Serialized Form
    • Constructor Detail

      • TimedInterruptTimeoutException

        public TimedInterruptTimeoutException()
      • TimedInterruptTimeoutException

        public TimedInterruptTimeoutException​(String message)