|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Error | +--com.novell.admin.common.exceptions.AdminError
Constructor Summary | |
AdminError(int id,
java.lang.Class thrower)
Constructor |
|
AdminError(int id,
java.lang.String className)
Constructor |
Method Summary | |
java.lang.String |
getMessage()
Retrieves the error message. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace,
getLocalizedMessage,
printStackTrace,
printStackTrace,
printStackTrace,
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.thrower
- The name of the class that threw the exception.Method Detail |
public java.lang.String getMessage()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |