Class ProcessWaitingException
-
- All Implemented Interfaces:
-
java.io.Serializable
public final class ProcessWaitingException extends ProcessExecutionException
-
-
Field Summary
Fields Modifier and Type Field Description private final AgentProcessagentProcessprivate final Awaitable<?, AwaitableResponse>awaitableprivate final Throwablecauseprivate final Stringmessage
-
Constructor Summary
Constructors Constructor Description ProcessWaitingException(AgentProcess agentProcess, Awaitable<?, AwaitableResponse> awaitable)
-
Method Summary
Modifier and Type Method Description AgentProcessgetAgentProcess()final Awaitable<?, AwaitableResponse>getAwaitable()-
Methods inherited from class kotlin.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
ProcessWaitingException
ProcessWaitingException(AgentProcess agentProcess, Awaitable<?, AwaitableResponse> awaitable)
-
-
Method Detail
-
getAgentProcess
AgentProcess getAgentProcess()
-
getAwaitable
final Awaitable<?, AwaitableResponse> getAwaitable()
-
-
-
-