public class OperationFault
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
OperationFault.Type
The type of fault detected in the operation.
|
| Constructor and Description |
|---|
OperationFault(java.lang.String entity,
OperationFault.Type type)
Creates a new instance of
OperationFault. |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getEntity()
Gets the entity name.
|
OperationFault.Type |
getType()
Gets the fault type.
|
public OperationFault(java.lang.String entity,
OperationFault.Type type)
OperationFault.entity - The entity name.type - The type of fault originated by the operation.public java.lang.String getEntity()
public OperationFault.Type getType()
Copyright © 2018 Feedzai. All Rights Reserved.