| Package | Description |
|---|---|
| org.glowroot.agent.impl | |
| org.glowroot.agent.model |
| Modifier and Type | Method and Description |
|---|---|
ErrorMessage |
Transaction.getErrorMessage() |
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableErrorMessage
Immutable implementation of
ErrorMessage. |
| Modifier and Type | Method and Description |
|---|---|
static ErrorMessage |
ErrorMessage.create(String message,
Throwable t,
AtomicInteger transactionThrowableFrameCount) |
| Modifier and Type | Method and Description |
|---|---|
ImmutableErrorMessage.Builder |
ImmutableErrorMessage.Builder.copyFrom(ErrorMessage instance)
Fill a builder with attribute values from the provided
ErrorMessage instance. |
static ImmutableErrorMessage |
ImmutableErrorMessage.copyOf(ErrorMessage instance)
Creates an immutable copy of a
ErrorMessage value. |
Copyright © 2011–2020 Glowroot contributors. All rights reserved.