public class AdminError
extends java.lang.Error
| Constructor and Description |
|---|
AdminError(int id,
java.lang.Class thrower)
Constructs an AdminError object.
|
AdminError(int id,
java.lang.String className)
Constructs an AdminError object.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getMessage()
Retrieves the error message.
|
public AdminError(int id,
java.lang.Class thrower)
id - The error ID.thrower - The class that threw the exception.public AdminError(int id,
java.lang.String className)
id - The error ID.className - The name of the class that threw the exception.
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}.