static ImmutableNessieError.Builder |
ImmutableNessieError.builder() |
|
ImmutableNessieError.Builder |
ImmutableNessieError.Builder.clientProcessingException(Exception clientProcessingException) |
|
ImmutableNessieError.Builder |
ImmutableNessieError.Builder.errorCode(ErrorCode errorCode) |
Initializes the value for the errorCode attribute.
|
ImmutableNessieError.Builder |
ImmutableNessieError.Builder.from(NessieError instance) |
Fill a builder with attribute values from the provided NessieError instance.
|
ImmutableNessieError.Builder |
ImmutableNessieError.Builder.message(String message) |
Initializes the value for the message attribute.
|
ImmutableNessieError.Builder |
ImmutableNessieError.Builder.reason(String reason) |
Initializes the value for the reason attribute.
|
ImmutableNessieError.Builder |
ImmutableNessieError.Builder.serverStackTrace(String serverStackTrace) |
|
ImmutableNessieError.Builder |
ImmutableNessieError.Builder.status(int status) |
Initializes the value for the status attribute.
|