|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception jsdsi.ldap.LDAPSearchException
This exception specifies that an special error ocurred on the search, mostly used to verify if the search has results
Constructor Summary | |
LDAPSearchException()
New default instance of the exception |
|
LDAPSearchException(java.lang.String msg,
int code)
New custom instance of the exception |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, 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 LDAPSearchException()
public LDAPSearchException(java.lang.String msg, int code)
msg
- a custom message to return when exception occurrcode
- a custom code to return when exception occurr
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |