public class InternalRuntimeException extends AlluxioRuntimeException
Constructor and Description |
---|
InternalRuntimeException(String message)
Constructor.
|
InternalRuntimeException(String message,
Throwable t)
Constructor.
|
InternalRuntimeException(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 InternalRuntimeException(String message, Throwable t)
message
- error messaget
- causepublic InternalRuntimeException(String message)
message
- error messagepublic InternalRuntimeException(Throwable t)
t
- causeCopyright © 2023. All Rights Reserved.