Package | Description |
---|---|
com.amazonaws.services.xray.model |
Modifier and Type | Method and Description |
---|---|
RootCauseException |
RootCauseException.clone() |
RootCauseException |
RootCauseException.withMessage(String message)
The message of the exception.
|
RootCauseException |
RootCauseException.withName(String name)
The name of the exception.
|
Modifier and Type | Method and Description |
---|---|
List<RootCauseException> |
FaultRootCauseEntity.getExceptions()
The types and messages of the exceptions.
|
List<RootCauseException> |
ErrorRootCauseEntity.getExceptions()
The types and messages of the exceptions.
|
Modifier and Type | Method and Description |
---|---|
FaultRootCauseEntity |
FaultRootCauseEntity.withExceptions(RootCauseException... exceptions)
The types and messages of the exceptions.
|
ErrorRootCauseEntity |
ErrorRootCauseEntity.withExceptions(RootCauseException... exceptions)
The types and messages of the exceptions.
|
Modifier and Type | Method and Description |
---|---|
void |
FaultRootCauseEntity.setExceptions(Collection<RootCauseException> exceptions)
The types and messages of the exceptions.
|
void |
ErrorRootCauseEntity.setExceptions(Collection<RootCauseException> exceptions)
The types and messages of the exceptions.
|
FaultRootCauseEntity |
FaultRootCauseEntity.withExceptions(Collection<RootCauseException> exceptions)
The types and messages of the exceptions.
|
ErrorRootCauseEntity |
ErrorRootCauseEntity.withExceptions(Collection<RootCauseException> exceptions)
The types and messages of the exceptions.
|
Copyright © 2020. All rights reserved.