A C E G I J M S T U

E

ExecutorNotAvailableException - Exception in javax.util.concurrent
Exception indicating that the result of a value-producing task cannot be retrieved because the remote executor that the task is running on is no longer available.
ExecutorNotAvailableException() - Constructor for exception javax.util.concurrent.ExecutorNotAvailableException
Constructs an ExecutorNotAvailableException with null as its detail message.
ExecutorNotAvailableException(String) - Constructor for exception javax.util.concurrent.ExecutorNotAvailableException
Constructs an ExecutorNotAvailableException exception with the specified detail message.
ExecutorNotAvailableException(String, Throwable) - Constructor for exception javax.util.concurrent.ExecutorNotAvailableException
Constructs an ExecutorNotAvailableException exception with the specified detail message and cause.
ExecutorNotAvailableException(Throwable) - Constructor for exception javax.util.concurrent.ExecutorNotAvailableException
Constructs an ExecutorNotAvailableException exception with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).

A C E G I J M S T U