ehcache

net.sf.ehcache.constructs.nonstop
Class ThrowTimeoutException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.sf.ehcache.constructs.nonstop.ThrowTimeoutException
All Implemented Interfaces:
Serializable

public class ThrowTimeoutException
extends Exception

Exception that can be thrown by Callable's submitted to NonstopExecutorService. The executor service checks for this type of exception and rethrows as TimeoutException

Author:
Abhishek Sanoujam
See Also:
Serialized Form

Constructor Summary
ThrowTimeoutException()
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ThrowTimeoutException

public ThrowTimeoutException()

ehcache

Copyright © 2003-2014 Terracotta, Inc.. All Rights Reserved.