public class AsyncJobException extends RuntimeException
| Constructor and Description |
|---|
AsyncJobException(Long jobId,
String commandName,
String message) |
AsyncJobException(Long jobId,
String commandName,
String message,
Throwable cause) |
AsyncJobException(Long jobId,
String commandName,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCommandName() |
Long |
getJobId() |
void |
setCommandName(String commandName) |
void |
setJobId(Long jobId) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringCopyright © 2001–2017 JBoss by Red Hat. All rights reserved.