public class PageNotFoundException extends AlluxioException
Constructor and Description |
---|
PageNotFoundException(String message)
Constructs a new exception with the specified detail message.
|
PageNotFoundException(String message,
Throwable cause)
Constructs a new exception with the specified detail message and cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public PageNotFoundException(String message)
message
- the detail messageCopyright © 2023. All Rights Reserved.