public class TaskExecutionException extends RuntimeException
| Constructor and Description | 
|---|
| TaskExecutionException(String msg)Create a new TaskExecutionException. | 
| TaskExecutionException(String msg,
                      Throwable cause)Create a new TaskExecutionException. | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic TaskExecutionException(String msg)
msg - the detail messageCopyright © 2016 Dexecutor. All rights reserved.