public class RuntimeExecutionException extends RuntimeException
ExecutionException.| Constructor and Description |
|---|
RuntimeExecutionException(ExecutionException cause)
Constructor for RuntimeExecutionException.
|
RuntimeExecutionException(String message,
ExecutionException cause)
Constructor for RuntimeExecutionException.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic RuntimeExecutionException(ExecutionException cause)
cause - a ExecutionException.public RuntimeExecutionException(String message, ExecutionException cause)
message - a String.cause - a ExecutionException.Copyright © 2024 Atlassian. All rights reserved.