@PublicAPI(stability=UNCOMMITTED, mayInstantiate=true, mayExtend=false, mayInvoke=true) public final class MembershipException extends IdentifiedException
Constructor and Description |
---|
MembershipException(LocalizableMessage errorMessage,
boolean continueIterating)
Creates a new membership exception with the provided information.
|
MembershipException(LocalizableMessage errorMessage,
boolean continueIterating,
Throwable cause)
Creates a new membership exception with the provided information.
|
Modifier and Type | Method and Description |
---|---|
boolean |
continueIterating()
Indicates whether it is possible to continue iterating through
the list of group members.
|
LocalizableMessage |
getErrorMessage()
Retrieves the error message for this membership exception.
|
getMessageObject
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public MembershipException(LocalizableMessage 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(LocalizableMessage errorMessage, boolean continueIterating, 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.public LocalizableMessage getErrorMessage()
public boolean continueIterating()
true
if it is possible to continue iterating
through the list of group members, or false
if
not.Copyright 2010-2017 ForgeRock AS.