com.atlassian.util.concurrent
Class TimedOutException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.util.concurrent.TimeoutException
com.atlassian.util.concurrent.TimedOutException
- All Implemented Interfaces:
- Serializable
public class TimedOutException
- extends TimeoutException
Convenience exception that takes a time and a unit and produces a meaningful
error message.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
TimedOutException
public TimedOutException(long time,
TimeUnit unit)
Copyright © 2014 Atlassian. All Rights Reserved.