public class DefaultOperationStatus extends Object implements OperationStatus
| Constructor and Description |
|---|
DefaultOperationStatus(Throwable throwable) |
| Modifier and Type | Method and Description |
|---|---|
Throwable |
getCause()
Return the cause of the error state.
|
boolean |
isSuccess()
Return the status of operation.
|
public DefaultOperationStatus(Throwable throwable)
public Throwable getCause()
OperationStatusgetCause in interface OperationStatuspublic boolean isSuccess()
OperationStatusisSuccess in interface OperationStatusCopyright © 2021 WSO2. All rights reserved.