|
All LDAP Classes Internal LDAP Classes |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.novell.ldap.LDAPException
com.novell.ldap.InterThreadException
class InterThreadException
| Field Summary | |
|---|---|
private Message |
request
|
| Constructor Summary | |
|---|---|
InterThreadException(java.lang.String message,
java.lang.Object[] arguments,
int resultCode,
java.lang.Throwable rootException,
Message request)
Constructs a InterThreadException with its associated message. |
|
| Method Summary | |
|---|---|
(package private) int |
getMessageID()
Returns the message ID of this message request. |
(package private) int |
getReplyType()
Returns the message type expected as a reply to the message associated with this message's request type. |
| Methods inherited from class com.novell.ldap.LDAPException |
|---|
getCause, getExceptionString, getLDAPErrorMessage, getLocalizedMessage, getMatchedDN, getMessage, getResultCode, resultCodeToString, resultCodeToString, resultCodeToString, resultCodeToString, toString |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
private Message request
| Constructor Detail |
|---|
InterThreadException(java.lang.String message,
java.lang.Object[] arguments,
int resultCode,
java.lang.Throwable rootException,
Message request)
message - The text providign additional error information.
resultCode - The error result code.
request - The Message class associated with this exception.| Method Detail |
|---|
final int getMessageID()
final int getReplyType()
|
All LDAP Classes Internal LDAP Classes |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||