public class AsyncJobError extends Object
Modifier and Type | Class and Description |
---|---|
static class |
AsyncJobError.Builder<T extends AsyncJobError.Builder<T>> |
static class |
AsyncJobError.ErrorCode
Error codes for job errors
|
Modifier | Constructor and Description |
---|---|
protected |
AsyncJobError(AsyncJobError.ErrorCode errorCode,
String errorText) |
Modifier and Type | Method and Description |
---|---|
static AsyncJobError.Builder<?> |
builder() |
boolean |
equals(Object obj) |
AsyncJobError.ErrorCode |
getErrorCode() |
String |
getErrorText() |
int |
hashCode() |
protected com.google.common.base.Objects.ToStringHelper |
string() |
AsyncJobError.Builder<?> |
toBuilder() |
String |
toString() |
@ConstructorProperties(value={"errorcode","errortext"}) protected AsyncJobError(@Nullable AsyncJobError.ErrorCode errorCode, @Nullable String errorText)
public static AsyncJobError.Builder<?> builder()
public AsyncJobError.Builder<?> toBuilder()
@Nullable public AsyncJobError.ErrorCode getErrorCode()
protected com.google.common.base.Objects.ToStringHelper string()
Copyright © 2009-2013 jclouds. All Rights Reserved.