Operation.State.FAILURE

public final class Operation.State.FAILURE extends Operation.State


This represents an Operation which has failed.

Summary

Public constructors

Public constructors

FAILURE

Added in 1.0.0
public FAILURE(@NonNull Throwable exception)

Public methods

getThrowable

Added in 1.0.0
public @NonNull Throwable getThrowable()
Returns
@NonNull Throwable

The Throwable which caused the Operation to fail.

toString

public @NonNull String toString()