com.google.code.tempusfugit.concurrency
Class TimeoutExceptionWithResults

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.util.concurrent.TimeoutException
              extended by com.google.code.tempusfugit.concurrency.TimeoutExceptionWithResults
All Implemented Interfaces:
Serializable

public final class TimeoutExceptionWithResults
extends TimeoutException

See Also:
Serialized Form

Constructor Summary
TimeoutExceptionWithResults(List<T> results)
           
TimeoutExceptionWithResults(String message)
           
TimeoutExceptionWithResults(String message, List<T> results)
           
 
Method Summary
<T> List<T>
getResults()
           
 
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

TimeoutExceptionWithResults

public TimeoutExceptionWithResults(String message)

TimeoutExceptionWithResults

public TimeoutExceptionWithResults(String message,
                                   List<T> results)

TimeoutExceptionWithResults

public TimeoutExceptionWithResults(List<T> results)
Method Detail

getResults

public <T> List<T> getResults()


Copyright © 2009-2012 tempus-fugit committers. All Rights Reserved.