public class ExecutionException extends RuntimeException
| Constructor and Description | 
|---|
ExecutionException(String message)
Constructs an ExecutionException. 
 | 
ExecutionException(String message,
                  Throwable cause)
Constructs an ExecutionException. 
 | 
ExecutionException(Throwable cause)
Constructs an ExecutionException. 
 | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ExecutionException(String message)
message - The message explaining the exception conditionpublic ExecutionException(Throwable cause)
cause - The underlying cause.Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.