|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.novell.emframe.dev.PluginException
com.novell.emframe.dev.eDirAccessServiceException
Exception generated by eDAS (eDir Access Service).
| Constructor Summary | |
eDirAccessServiceException(java.lang.Exception e)
Constructs an exception with a root cause. |
|
eDirAccessServiceException(java.lang.String header,
java.lang.String body)
Constructs an exception with only a header and body. |
|
eDirAccessServiceException(java.lang.String header,
java.lang.String body,
java.lang.String boldText)
An exception for authentication errors. |
|
| Methods inherited from class com.novell.emframe.dev.PluginException |
getBody, getBoldText, getErrorCode, getException, getHeader, getLocalizedMessage, getMessage |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, 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 eDirAccessServiceException(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)public eDirAccessServiceException(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 eDirAccessServiceException(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"
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||