Package com.couchbase.lite.internal.exec
Class ExecutionService.CloseableExecutor.ExecutorClosedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- java.util.concurrent.RejectedExecutionException
-
- com.couchbase.lite.internal.exec.ExecutionService.CloseableExecutor.ExecutorClosedException
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing interface:
- ExecutionService.CloseableExecutor
public static class ExecutionService.CloseableExecutor.ExecutorClosedException extends java.util.concurrent.RejectedExecutionException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ExecutorClosedException()
ExecutorClosedException(java.lang.String msg)
ExecutorClosedException(java.lang.String msg, java.lang.Throwable err)
ExecutorClosedException(java.lang.Throwable err)
-
-
-
Constructor Detail
-
ExecutorClosedException
public ExecutorClosedException()
-
ExecutorClosedException
public ExecutorClosedException(@Nullable java.lang.String msg)
-
ExecutorClosedException
public ExecutorClosedException(@Nullable java.lang.String msg, @Nullable java.lang.Throwable err)
-
ExecutorClosedException
public ExecutorClosedException(@Nullable java.lang.Throwable err)
-
-