public class NotFoundRuntimeException extends AlluxioRuntimeException
Constructor and Description |
---|
NotFoundRuntimeException(String message)
Constructor.
|
NotFoundRuntimeException(String message,
Throwable t)
Constructor.
|
NotFoundRuntimeException(Throwable t)
Constructor.
|
from, from, from, from, getMessage, getStatus, isRetryable, toGrpcStatusException, toGrpcStatusRuntimeException
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public NotFoundRuntimeException(Throwable t)
t
- causepublic NotFoundRuntimeException(String message, Throwable t)
message
- error messaget
- exceptionpublic NotFoundRuntimeException(String message)
message
- error messageCopyright © 2023. All Rights Reserved.