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
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 Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TimedInterruptTimeoutException
public TimedInterruptTimeoutException() -
TimedInterruptTimeoutException
-