Package com.naver.ads.deferred
Class RuntimeExecutionException
-
- All Implemented Interfaces:
-
java.io.Serializable
public final class RuntimeExecutionException extends RuntimeException
Similar to ExecutionException only as an unchecked, rather than a checked, exception.
-
-
Constructor Summary
Constructors Constructor Description RuntimeExecutionException(Throwable th)Constructs a new RuntimeExecutionException instance.
-
Method Summary
Modifier and Type Method Description -
-
Constructor Detail
-
RuntimeExecutionException
RuntimeExecutionException(Throwable th)
Constructs a new RuntimeExecutionException instance.
-
-
-
-