Class Failure<T,​E extends Exception>

  • Type Parameters:
    T - The type of the object that failed to be processed
    E - The error type
    All Implemented Interfaces:
    Serializable

    public class Failure<T,​E extends Exception>
    extends Object
    implements Serializable
    A container object holding a failure, usually in a threaded context
    See Also:
    Serialized Form