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