public interface UaExceptionStatus
| Modifier and Type | Method and Description |
|---|---|
static Optional<UaExceptionStatus> |
extract(Throwable ex)
If
ex is a UaExceptionStatus, or if a UaExceptionStatus can be found by walking up the
exception cause chain, return it. |
String |
getMessage() |
StatusCode |
getStatusCode() |
String getMessage()
StatusCode getStatusCode()
StatusCode associated with the exception.static Optional<UaExceptionStatus> extract(Throwable ex)
ex is a UaExceptionStatus, or if a UaExceptionStatus can be found by walking up the
exception cause chain, return it.ex - the Throwable to extract from.UaExceptionStatus if one was present in the exception chain.Copyright © 2025. All rights reserved.