| Package | Description |
|---|---|
| org.glowroot.agent.model |
| Modifier and Type | Method and Description |
|---|---|
ImmutableErrorMessage |
ImmutableErrorMessage.Builder.build()
Builds a new
ImmutableErrorMessage. |
static ImmutableErrorMessage |
ImmutableErrorMessage.copyOf(ErrorMessage instance)
Creates an immutable copy of a
ErrorMessage value. |
static ImmutableErrorMessage |
ImmutableErrorMessage.of(String message,
Proto.Throwable throwable)
Construct a new immutable
ErrorMessage instance. |
ImmutableErrorMessage |
ImmutableErrorMessage.withMessage(String value)
Copy the current immutable object by setting a value for the
message attribute. |
ImmutableErrorMessage |
ImmutableErrorMessage.withThrowable(Proto.Throwable value)
Copy the current immutable object by setting a value for the
throwable attribute. |
Copyright © 2011–2020 Glowroot contributors. All rights reserved.