public class CoroutineException
extends java.util.concurrent.CompletionException
Coroutine executions.| Constructor and Description |
|---|
CoroutineException(java.lang.String sMessageFormat,
java.lang.Object... rArgs)
Creates a new instance with a formatted message.
|
CoroutineException(java.lang.String sMessage,
java.lang.Throwable eCause)
Creates a new instance.
|
CoroutineException(java.lang.Throwable eCause)
Creates a new instance.
|
public CoroutineException(java.lang.Throwable eCause)
eCause - The causing exceptionpublic CoroutineException(java.lang.String sMessageFormat,
java.lang.Object... rArgs)
sMessageFormat - The error message format stringrArgs - The format argumentspublic CoroutineException(java.lang.String sMessage,
java.lang.Throwable eCause)
sMessage - The error messageeCause - The causing exception