public class PageNotFoundException extends DocumentNotFoundException
PageNotFoundException
Thrown when a requested page cannot be found.
KEYED_MESSAGE_BUNDLE
Constructor and Description |
---|
PageNotFoundException() |
PageNotFoundException(String message) |
PageNotFoundException(String msg,
Throwable nested) |
PageNotFoundException(Throwable nested) |
getKeyedMessage, getMessage, getMessage, getMessage, getRequestDiagnostics, setRequestDiagnostics
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public PageNotFoundException()
public PageNotFoundException(String message)
message
- public PageNotFoundException(String msg, Throwable nested)
msg
- nested
- public PageNotFoundException(Throwable nested)
nested
- Copyright © 1999–2016 The Apache Software Foundation. All rights reserved.