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