Class OperationFault

  • All Implemented Interfaces:
    Serializable

    public class OperationFault
    extends Object
    implements Serializable
    Enumeration for failed operations in the engine.
    Since:
    2.0.0
    Author:
    Rui Vilao (rui.vilao@feedzai.com)
    See Also:
    Serialized Form
    • Constructor Detail

      • OperationFault

        public OperationFault​(String entity,
                              OperationFault.Type type)
        Creates a new instance of OperationFault.
        Parameters:
        entity - The entity name.
        type - The type of fault originated by the operation.
    • Method Detail

      • getEntity

        public String getEntity()
        Gets the entity name.
        Returns:
        The entity name.