public class BlockDoesNotExistRuntimeException extends AlluxioRuntimeException
Constructor and Description |
---|
BlockDoesNotExistRuntimeException(long blockId)
Constructs a new exception with the specified detail message and cause.
|
BlockDoesNotExistRuntimeException(String message)
Constructs a new exception with the specified detail message.
|
from, from, from, from, from, getMessage, getStatus, isRetryable, toGrpcStatusException
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public BlockDoesNotExistRuntimeException(String message)
message
- the detail messagepublic BlockDoesNotExistRuntimeException(long blockId)
blockId
- block idCopyright © 2023. All Rights Reserved.