public class ExecutionException extends Exception
| Constructor and Description |
|---|
ExecutionException()
Constructs an
ExecutionException with no exception message. |
ExecutionException(String message)
Constructs an
ExecutionException with the specified exception message. |
ExecutionException(String message,
Throwable cause)
Constructs an
ExecutionException with the specified exception message and cause of the exception. |
ExecutionException(Throwable cause)
Constructs an
ExecutionException with the cause of the exception. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ExecutionException()
ExecutionException with no exception message.public ExecutionException(String message)
ExecutionException with the specified exception message.message - the exception messagepublic ExecutionException(String message, Throwable cause)
ExecutionException with the specified exception message and cause of the exception.message - the exception messagecause - the cause of the exceptionpublic ExecutionException(Throwable cause)
ExecutionException with the cause of the exception.cause - the cause of the exceptionCopyright © 2008–2019 simpligility technologies inc.. All rights reserved.