public class ExecutionException extends RuntimeException
| Constructor and Description |
|---|
ExecutionException(String messageFormat,
Object... parameters)
Creates execution exception with message
|
ExecutionException(Throwable cause)
Creates execution exception with cause
|
ExecutionException(Throwable cause,
String messageFormat,
Object... parameters)
Creates execution exception with cause and message
|
| Modifier and Type | Method and Description |
|---|---|
ExecutionException |
prependMessage(String messageFormat,
Object... parameters)
Allows to modify the message of current exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ExecutionException(Throwable cause)
cause - public ExecutionException(String messageFormat, Object... parameters)
messageFormat - String format. See MessageFormat.parameters - public ExecutionException(Throwable cause, String messageFormat, Object... parameters)
cause - messageFormat - String format. See MessageFormat.parameters - public ExecutionException prependMessage(String messageFormat, Object... parameters)
messageFormat - parameters - Copyright © 2014 JBoss by Red Hat. All rights reserved.