Class TimedInterruptTimeoutException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.util.concurrent.TimeoutException
org.apache.tinkerpop.gremlin.groovy.jsr223.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:
  • Constructor Details

    • TimedInterruptTimeoutException

      public TimedInterruptTimeoutException()
    • TimedInterruptTimeoutException

      public TimedInterruptTimeoutException(String message)