|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.directory.shared.ldap.RuntimeMultiException
org.apache.directory.shared.ldap.message.ResponseCarryingMessageException
This exception is thrown when a message processing error occurs.
Constructor Summary | |
ResponseCarryingMessageException()
Constructs an Exception without a message. |
|
ResponseCarryingMessageException(java.lang.String message)
Constructs an Exception with a detailed message. |
Method Summary | |
Message |
getResponse()
Get the constructed response |
void |
setResponse(Message response)
Set a response if we get an exception while parsing the message |
Methods inherited from class org.apache.directory.shared.ldap.RuntimeMultiException |
addThrowable, isEmpty, listNestedExceptions, printStackTrace, printStackTrace, printStackTrace, size |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public ResponseCarryingMessageException()
public ResponseCarryingMessageException(java.lang.String message)
Method Detail |
public void setResponse(Message response)
response
- the constructed responsepublic Message getResponse()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |