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