public class UnavailableRuntimeException extends AlluxioRuntimeException
FailedPreconditionRuntimeException
for deciding between
FailedPrecondition, Aborted, and Unavailable.Constructor and Description |
---|
UnavailableRuntimeException(String message)
Constructor.
|
UnavailableRuntimeException(String message,
Throwable cause)
Constructor.
|
from, from, from, from, getMessage, getStatus, isRetryable, toGrpcStatusException, toGrpcStatusRuntimeException
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public UnavailableRuntimeException(String message, Throwable cause)
message
- error messagecause
- causepublic UnavailableRuntimeException(String message)
message
- error messageCopyright © 2023. All Rights Reserved.