| Package | Description |
|---|---|
| org.axonframework.messaging.deadletter |
| Modifier and Type | Method and Description |
|---|---|
static ThrowableCause |
ThrowableCause.asCause(Throwable cause)
Return the given
cause as a ThrowableCause. |
static ThrowableCause |
ThrowableCause.truncated(Throwable throwable)
Construct a
ThrowableCause based on the given throwable, truncating the message to a maximum size
of TRUNCATED_MESSAGE_SIZE. |
static ThrowableCause |
ThrowableCause.truncated(Throwable throwable,
int messageSize)
Construct a
ThrowableCause based on the given throwable, truncating the message to the given
messageSize. |
Copyright © 2010–2023. All rights reserved.