@ThreadSafe public class InvalidWorkerStateException extends AlluxioException
Constructor and Description |
---|
InvalidWorkerStateException(ExceptionMessage message,
Object... params)
Constructs a new exception with the specified exception message and multiple parameters.
|
InvalidWorkerStateException(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 InvalidWorkerStateException(String message)
message
- the detail messagepublic InvalidWorkerStateException(ExceptionMessage message, Object... params)
message
- the exception messageparams
- the parametersCopyright © 2023. All Rights Reserved.