com.atlassian.util.concurrent
Class RuntimeTimeoutException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.atlassian.util.concurrent.RuntimeTimeoutException
- All Implemented Interfaces:
- java.io.Serializable
public class RuntimeTimeoutException
- extends java.lang.RuntimeException
Convenience class for re-throwing TimeoutException
as an unchecked
exception.
- See Also:
- Serialized Form
Method Summary |
java.util.concurrent.TimeoutException |
getCause()
|
Methods inherited from class java.lang.Throwable |
fillInStackTrace, 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 |
RuntimeTimeoutException
public RuntimeTimeoutException(java.util.concurrent.TimeoutException cause)
RuntimeTimeoutException
public RuntimeTimeoutException(java.lang.String message,
java.util.concurrent.TimeoutException cause)
RuntimeTimeoutException
public RuntimeTimeoutException(long time,
java.util.concurrent.TimeUnit unit)
getCause
public java.util.concurrent.TimeoutException getCause()
- Overrides:
getCause
in class java.lang.Throwable
Copyright © 2014 Atlassian. All Rights Reserved.