public class UnreconstructableException extends RayException
Note, this exception only happens for actor objects. If actor's current state is after object's creating task, the actor cannot re-run the task to reconstruct the object.
| Constructor and Description |
|---|
UnreconstructableException(ObjectId objectId) |
UnreconstructableException(String message) |
UnreconstructableException(String message,
Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ObjectId objectId
Copyright © 2024. All rights reserved.