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:
- Serializable
public class RuntimeTimeoutException
- extends RuntimeException
Convenience class for re-throwing TimeoutException
as an unchecked
exception.
- See Also:
- Serialized Form
RuntimeTimeoutException
public RuntimeTimeoutException(TimeoutException cause)
RuntimeTimeoutException
public RuntimeTimeoutException(String message,
TimeoutException cause)
RuntimeTimeoutException
public RuntimeTimeoutException(long time,
TimeUnit unit)
getCause
public TimeoutException getCause()
- Overrides:
getCause
in class Throwable
Copyright © 2014 Atlassian. All Rights Reserved.