ImmutableNessieError |
ImmutableNessieError.Builder.build() |
|
static ImmutableNessieError |
ImmutableNessieError.copyOf(NessieError instance) |
|
ImmutableNessieError |
ImmutableNessieError.withClientProcessingException(Exception value) |
|
ImmutableNessieError |
ImmutableNessieError.withErrorCode(ErrorCode value) |
Copy the current immutable object by setting a value for the errorCode attribute.
|
ImmutableNessieError |
ImmutableNessieError.withMessage(String value) |
Copy the current immutable object by setting a value for the message attribute.
|
ImmutableNessieError |
ImmutableNessieError.withReason(String value) |
Copy the current immutable object by setting a value for the reason attribute.
|
ImmutableNessieError |
ImmutableNessieError.withServerStackTrace(String value) |
Copy the current immutable object by setting a value for the serverStackTrace attribute.
|
ImmutableNessieError |
ImmutableNessieError.withStatus(int value) |
Copy the current immutable object by setting a value for the status attribute.
|