public class PageException extends PluginException
| Constructor and Description |
|---|
PageException(java.lang.Exception e)
Constructs an exception with a root cause.
|
PageException(java.lang.String header,
java.lang.String body)
Constructs an exception with only a header and body.
|
PageException(java.lang.String header,
java.lang.String body,
boolean rewriteURLs)
Constructs an exception with only a header and body.
|
PageException(java.lang.String header,
java.lang.String body,
java.lang.String boldText)
An exception for authentication errors.
|
getBody, getBoldText, getErrorCode, getException, getHeader, getLocalizedMessage, getMessage, getRewriteURLspublic PageException(java.lang.String header,
java.lang.String body,
java.lang.String boldText)
header - The error header; if this parameter is null, the header is "Error"body - The body of the error; for example: "{0} is not a valid user"boldText - The text to be bolded; for example: "Al.novell"public PageException(java.lang.String header,
java.lang.String body)
header - The error header; if this parameter is null, the header is "Error"body - The body of the error; for example: "{0} is not a valid user"public PageException(java.lang.String header,
java.lang.String body,
boolean rewriteURLs)
header - The error header; if this parameter is null, the header is "Error"body - The body of the error; for example: "{0} is not a valid user"rewriteURLs - Should URLs be rewritten as non link textpublic PageException(java.lang.Exception e)
e - - Allow default error handling to take place; SPI and Namespace
exceptions will show nice error message; others will show a system error and a stack trace
(in a details button)
API Documentation Copyright © 1998-2004 Novell, Inc. All rights reserved.
NDS is a registered trademark of Novell, Inc. in the United States and other countries.
Generated ${TODAY} ${TSTAMP}.