public class InvalidExecuteException extends BaseException
| Constructor and Description |
|---|
InvalidExecuteException(String error) |
InvalidExecuteException(String error,
String reason) |
InvalidExecuteException(String error,
String reason,
Throwable innerException) |
InvalidExecuteException(String error,
Throwable innerException) |
InvalidExecuteException(Throwable innerException) |
| Modifier and Type | Method and Description |
|---|---|
String |
getReason() |
setReasonaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic InvalidExecuteException(Throwable innerException)
public InvalidExecuteException(String error)
public InvalidExecuteException(String error, String reason, Throwable innerException)
public String getReason()
getReason in class BaseExceptionCopyright © 2020. All rights reserved.