public class RayActorException extends RayException
This exception could happen either because the actor process dies while executing a task, or because a task is submitted to a dead actor.
If the actor died because of an exception thrown in its creation tasks, RayActorError will contains this exception as the cause exception.
| Constructor and Description |
|---|
RayActorException() |
RayActorException(ActorId actorId) |
RayActorException(int pid,
String ipAddress,
ActorId actorId,
Throwable cause) |
RayActorException(int pid,
String ipAddress,
Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringCopyright © 2023. All rights reserved.