com.atlassian.util.concurrent
Class RuntimeExecutionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.atlassian.util.concurrent.RuntimeExecutionException
- All Implemented Interfaces:
- Serializable
public class RuntimeExecutionException
- extends RuntimeException
Convenience class for re-throwing ExecutionException
.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
RuntimeExecutionException
public RuntimeExecutionException(ExecutionException cause)
RuntimeExecutionException
public RuntimeExecutionException(String message,
ExecutionException cause)
Copyright © 2014 Atlassian. All Rights Reserved.