|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Error
com.novell.admin.common.exceptions.AdminError
| Constructor Summary | |
AdminError(int id,
java.lang.Class thrower)
Constructs an AdminError object. |
|
AdminError(int id,
java.lang.String className)
Constructs an AdminError object. |
|
| Method Summary | |
java.lang.String |
getMessage()
Retrieves the error message. |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
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.| Method Detail |
public java.lang.String getMessage()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||