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:
Serializable
- Enclosing interface:
- ExecutionService.CloseableExecutor
public static class ExecutionService.CloseableExecutor.ExecutorClosedException extends RejectedExecutionException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ExecutorClosedException()
ExecutorClosedException(String msg)
ExecutorClosedException(String msg, Throwable err)
ExecutorClosedException(Throwable err)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ExecutorClosedException
public ExecutorClosedException()
-
ExecutorClosedException
public ExecutorClosedException(@Nullable String msg)
-
ExecutorClosedException
public ExecutorClosedException(@Nullable String msg, @Nullable Throwable err)
-
ExecutorClosedException
public ExecutorClosedException(@Nullable Throwable err)
-
-