public class ExecuteException extends RuntimeException
| Constructor and Description |
|---|
ExecuteException()
多线程执行异常
|
ExecuteException(String message)
多线程执行异常
|
ExecuteException(String message,
Throwable cause)
多线程执行异常
|
ExecuteException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace)
多线程执行异常
|
ExecuteException(Throwable cause)
多线程执行异常
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ExecuteException()
public ExecuteException(String message)
message - 错误信息public ExecuteException(String message, Throwable cause)
message - 错误信息cause - 异常信息public ExecuteException(Throwable cause)
cause - 异常信息public ExecuteException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
message - 错误信息cause - 异常信息enableSuppression - whether or not suppression is enabled or
disabledwritableStackTrace - whether or not the stack trace should be
writableCopyright © 2018. All rights reserved.