public final class UnexpectedAlluxioException extends AlluxioException
Constructor and Description |
---|
UnexpectedAlluxioException(Exception e) |
UnexpectedAlluxioException(String message)
Constructs a new exception with the specified detail message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public UnexpectedAlluxioException(String message)
message
- the detail messagepublic UnexpectedAlluxioException(Exception e)
e
- an exception to wrapCopyright © 2023. All Rights Reserved.