|
|||||||||
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.types.IdentifiedException
org.opends.server.types.MembershipException
@PublicAPI(stability=UNCOMMITTED, mayInstantiate=true, mayExtend=false, mayInvoke=true) public final class MembershipException
This class defines an exception that may be thrown if a problem occurs while attempting to iterate across the members of a group.
Constructor Summary | |
---|---|
MembershipException(Message errorMessage,
boolean continueIterating)
Creates a new membership exception with the provided information. |
|
MembershipException(Message errorMessage,
boolean continueIterating,
java.lang.Throwable cause)
Creates a new membership exception with the provided information. |
Method Summary | |
---|---|
boolean |
continueIterating()
Indicates whether it is possible to continue iterating through the list of group members. |
Message |
getErrorMessage()
Retrieves the error message for this membership exception. |
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 MembershipException(Message errorMessage, boolean continueIterating)
errorMessage
- The error message for this membership
exception.continueIterating
- Indicates whether it is possible to
continue iterating through the list of
group members.public MembershipException(Message errorMessage, boolean continueIterating, java.lang.Throwable cause)
errorMessage
- The error message for this membership
exception.continueIterating
- Indicates whether it is possible to
continue iterating through the list of
group members.cause
- The underlying cause for this
membership exception.Method Detail |
---|
public Message getErrorMessage()
public boolean continueIterating()
true
if it is possible to continue iterating
through the list of group members, or false
if
not.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |