public final class JobException extends IllegalStateException
| Modifier and Type | Method and Description |
|---|---|
static JobException |
of(String message) |
static JobException |
of(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic static JobException of(@Nonnull String message)
public static JobException of(Throwable cause)
Copyright 2015, Pavel Ponec