public final class AuthBrokerException extends PluginException
AuthenticationBroker.| Constructor and Description |
|---|
AuthBrokerException(java.lang.Exception e)
Constructs an exception with a root cause.
|
AuthBrokerException(java.lang.String message)
Provide a new constructor that will only take 1 String parameter
and call the superclass with the appropriate arguments.
|
AuthBrokerException(java.lang.String header,
java.lang.String body)
Constructs an exception with only a header and body.
|
AuthBrokerException(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 AuthBrokerException(java.lang.String message)
message - Example: "Unable to authenticate"public AuthBrokerException(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 AuthBrokerException(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 AuthBrokerException(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}.