com.atlassian.util.concurrent
Class TimedOutException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.util.concurrent.TimeoutException
              extended by com.atlassian.util.concurrent.TimedOutException
All Implemented Interfaces:
java.io.Serializable

public class TimedOutException
extends java.util.concurrent.TimeoutException

Convenience exception that takes a time and a unit and produces a meaningful error message.

See Also:
Serialized Form

Constructor Summary
TimedOutException(long time, java.util.concurrent.TimeUnit unit)
           
 
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

TimedOutException

public TimedOutException(long time,
                         java.util.concurrent.TimeUnit unit)


Copyright © 2011 Atlassian. All Rights Reserved.