public abstract class AdminNamespaceException
extends java.lang.Exception
This is an abstract class. Extend this class to create specific exception classes.
| Modifier | Constructor and Description |
|---|---|
protected |
AdminNamespaceException() |
protected |
AdminNamespaceException(java.lang.String sMessage) |
protected |
AdminNamespaceException(java.lang.String sMessage,
java.lang.Throwable cause) |
protected |
AdminNamespaceException(java.lang.Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
crackErrorCode()
Determins the proper error message key for looking up the error message.
|
java.lang.Throwable |
getCause() |
int |
getErrorCode()
Returns the exception error that is associated with the expception.
|
protected void |
setCause(java.lang.Throwable cause) |
protected AdminNamespaceException()
protected AdminNamespaceException(java.lang.String sMessage)
protected AdminNamespaceException(java.lang.String sMessage,
java.lang.Throwable cause)
protected AdminNamespaceException(java.lang.Throwable cause)
public int getErrorCode()
protected java.lang.String crackErrorCode()
public java.lang.Throwable getCause()
getCause in class java.lang.Throwableprotected void setCause(java.lang.Throwable cause)
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}.