|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.opends.server.types.OpenDsException
org.opends.server.admin.AdminException
org.opends.server.admin.client.AdminClientException
org.opends.server.admin.client.CommunicationException
public class CommunicationException
This exception is thrown when a communications related problem occurs whilst interacting with the Directory Server. This may be caused by problems such as network partitioning, the unavailability of the Directory Server, or other failures on the client or server side.
Constructor Summary | |
---|---|
CommunicationException()
Create a communication exception with a default message. |
|
CommunicationException(Message message)
Create a communication exception with a message. |
|
CommunicationException(Message message,
java.lang.Throwable cause)
Create a communication exception with a message and cause. |
|
CommunicationException(java.lang.Throwable cause)
Create a communication exception with a cause and a default message. |
Method Summary |
---|
Methods inherited from class org.opends.server.types.OpenDsException |
---|
getMessageObject |
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 CommunicationException()
public CommunicationException(java.lang.Throwable cause)
cause
- The cause.public CommunicationException(Message message, java.lang.Throwable cause)
message
- The message.cause
- The cause.public CommunicationException(Message message)
message
- The message.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |