@ThreadSafe public class BlockAlreadyExistsException extends AlluxioException
Constructor and Description |
---|
BlockAlreadyExistsException(ExceptionMessage message,
Object... params)
Constructs a new exception with the specified exception message and multiple parameters.
|
BlockAlreadyExistsException(String message)
Constructs a new exception with the specified exception message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public BlockAlreadyExistsException(String message)
message
- the exception messagepublic BlockAlreadyExistsException(ExceptionMessage message, Object... params)
message
- the exception messageparams
- the parametersCopyright © 2023. All Rights Reserved.