static ErrorRootCauseEntity.Builder |
ErrorRootCauseEntity.builder() |
|
ErrorRootCauseEntity.Builder |
ErrorRootCauseEntity.Builder.exceptions(Collection<RootCauseException> exceptions) |
The types and messages of the exceptions.
|
ErrorRootCauseEntity.Builder |
ErrorRootCauseEntity.Builder.exceptions(Consumer<RootCauseException.Builder>... exceptions) |
The types and messages of the exceptions.
|
ErrorRootCauseEntity.Builder |
ErrorRootCauseEntity.Builder.exceptions(RootCauseException... exceptions) |
The types and messages of the exceptions.
|
ErrorRootCauseEntity.Builder |
ErrorRootCauseEntity.Builder.name(String name) |
The name of the entity.
|
ErrorRootCauseEntity.Builder |
ErrorRootCauseEntity.Builder.remote(Boolean remote) |
A flag that denotes a remote subsegment.
|
ErrorRootCauseEntity.Builder |
ErrorRootCauseEntity.toBuilder() |
|