public class EBRetryJobError<Error> extends Object
Modifier and Type | Field and Description |
---|---|
protected Error |
error
If job fails with the particular error, this is the error returned from the job.
|
protected Throwable |
throwable
Job may also fail with throwable.
|
Constructor and Description |
---|
EBRetryJobError() |
EBRetryJobError(Error error) |
EBRetryJobError(Error error,
Throwable throwable) |
EBRetryJobError(Throwable throwable) |
Modifier and Type | Method and Description |
---|---|
Error |
getError() |
Throwable |
getThrowable() |
void |
setError(Error error) |
void |
setThrowable(Throwable throwable) |
protected Error error
protected Throwable throwable
Copyright © 2016. All rights reserved.