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, toString
public ExecutionException(String message)
message
- The message explaining the exception conditionpublic ExecutionException(Throwable cause)
cause
- The underlying cause.Copyright © 2016 JBoss by Red Hat. All rights reserved.