Java com.google.common.util.concurrent ExecutionError fields, constructors, methods, implement or subclass

Example usage for Java com.google.common.util.concurrent ExecutionError fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.google.common.util.concurrent ExecutionError.

The text is from its open source code.

Constructor

ExecutionError(@Nullable String message)
Creates a new instance with the given detail message.
ExecutionError(@Nullable Error cause)
Creates a new instance with the given cause.