|
||||||||||
| 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.api.util.exception.RuntimeMultiException
org.apache.directory.api.ldap.model.exception.ResponseCarryingMessageException
public class ResponseCarryingMessageException
This exception is thrown when a message processing error occurs.
| Constructor Summary | |
|---|---|
ResponseCarryingMessageException()
Constructs an Exception without a message. |
|
ResponseCarryingMessageException(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.api.util.exception.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(String message)
message - The message associated with the exception.| 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 | |||||||||