public interface WithException
| Modifier and Type | Method and Description |
|---|---|
Throwable |
getException()
Returns the cause of the failure.
|
void |
setException(Throwable exception)
Sets the exception that caused the operation to fail.
|
Copyright © 2008–2025 The Apache Software Foundation. All rights reserved.