| Package | Description |
|---|---|
| org.glowroot.agent.model |
| Modifier and Type | Method and Description |
|---|---|
static ImmutableErrorMessage.Builder |
ImmutableErrorMessage.builder()
Creates a builder for
ImmutableErrorMessage. |
ImmutableErrorMessage.Builder |
ImmutableErrorMessage.Builder.copyFrom(ErrorMessage instance)
Fill a builder with attribute values from the provided
ErrorMessage instance. |
ImmutableErrorMessage.Builder |
ImmutableErrorMessage.Builder.message(String message)
Initializes the value for the
message attribute. |
ImmutableErrorMessage.Builder |
ImmutableErrorMessage.Builder.throwable(Proto.Throwable throwable)
Initializes the value for the
throwable attribute. |
Copyright © 2011–2020 Glowroot contributors. All rights reserved.