public class PartialResultsException extends SearchResultsException
ATTR_IN_USE, ATTRIBUTE_IN_USE, CREATE_ERROR, DUPLICATE_ENTRY, DUPLICATE_URI, ENTRY_ALREADY_EXIST, INVALID_ARG, INVALID_ATTRIBUTES, INVALID_CATEGORY, INVALID_DN, INVALID_SCIM_FILTER, INVALID_TARGET_SIZE, INVALID_TARGET_TYPE, INVALID_TARGET_TYPE_FOR_GLOBAL, JNDI_OPERATION_ERROR, META_DATA_CORRUPT, META_DATA_INSTANTIATION_ERROR, META_DATA_NOT_FOUND, NULL_USER_ID, OBJECT_NOT_FOUND, PROFILE_NOT_FOUND, RELATIONSHIP_NOT_FOUND, REMOVE_ERROR, SERVER_NOT_AVAILABLE, TENANT_ID_NOT_FOUND| Constructor and Description |
|---|
PartialResultsException(java.lang.String message)
Constructs an PartialResultsException with a message.
|
PartialResultsException(java.lang.String msg,
java.lang.Throwable cause)
Constructs an PartialResultsException with a message and original exception.
|
getLocalizedMessage, getMessage, getMessage, getMessageId, getThrowable, getTokens, normalize, printStackTrace, printStackTrace, printStackTrace, toXMLpublic PartialResultsException(java.lang.String message)
message - String holding a descriptive message about the exception.public PartialResultsException(java.lang.String msg,
java.lang.Throwable cause)
msg - String holding a descriptive message about the exception.cause - The original exception that caused the problem.