public class EBRetryJobException extends Exception
Constructor and Description |
---|
EBRetryJobException() |
EBRetryJobException(Object error) |
EBRetryJobException(String message) |
EBRetryJobException(String message,
Object error) |
EBRetryJobException(String message,
Throwable cause) |
EBRetryJobException(String message,
Throwable cause,
Object error) |
EBRetryJobException(Throwable cause) |
EBRetryJobException(Throwable cause,
Object error) |
Modifier and Type | Method and Description |
---|---|
Throwable |
getCause()
Overridden getCause that takes error object into account also.
|
Object |
getError() |
Throwable |
getErrorCauseIfAny()
Return an trhowable instance if the error object is of Throwable type.
|
void |
setError(Object error) |
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public EBRetryJobException()
public EBRetryJobException(String message)
public EBRetryJobException(Throwable cause)
public EBRetryJobException(Object error)
Copyright © 2016. All rights reserved.