public class ExecutionCancelException extends ExecutionException
| Constructor and Description |
|---|
ExecutionCancelException()
Instantiates a new execution cancel exception.
|
ExecutionCancelException(String message)
Instantiates a new execution cancel exception.
|
ExecutionCancelException(String message,
Throwable cause)
Instantiates a new execution cancel exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ExecutionCancelException()
public ExecutionCancelException(String message)
message - the messageCopyright © 2015. All Rights Reserved.