public class ExecutionException extends RuntimeException
| Constructor and Description |
|---|
ExecutionException() |
ExecutionException(String message) |
ExecutionException(String message,
Throwable cause) |
ExecutionException(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ExecutionException()
public ExecutionException(String message)
message - The exception message.Exception.Exception(String)public ExecutionException(String message, Throwable cause)
message - The exception message.cause - The original cause of this exception.Exception.Exception(String,Throwable)public ExecutionException(Throwable cause)
cause - The original cause of this exception.Exception.Exception(String,Throwable)Copyright © 2006–2019 OPS4J - Open Participation Software for Java. All rights reserved.