public class SearchAttributeAccessDeniedException extends UserManagerException
Constructor and Description |
---|
SearchAttributeAccessDeniedException(java.util.Set attributeSet,
java.lang.String errorCode)
Constructs a
SearchAttributeAccessDeniedException with null as its detail message and the specified error code. |
SearchAttributeAccessDeniedException(java.lang.String message,
java.util.Set attributeSet,
java.lang.String errorCode)
Constructs a
SearchAttributeAccessDeniedException with the specified detail message and error code. |
SearchAttributeAccessDeniedException(java.lang.String message,
java.lang.Throwable cause,
java.util.Set attributeSet,
java.lang.String errorCode)
Constructs a
SearchAttributeAccessDeniedException with the specified detail message, cause and error code. |
SearchAttributeAccessDeniedException(java.lang.Throwable cause,
java.util.Set attributeSet,
java.lang.String errorCode)
Constructs a
SearchAttributeAccessDeniedException with the specified cause and error code. |
Modifier and Type | Method and Description |
---|---|
java.util.Set |
getAttributeSet() |
void |
setAttributeSet(java.util.Set attributeSet) |
getErrorCode, getParameterMap, getParameters, setErrorCode, setParameterMap, setParameters
getLocalizedMessages, getMessages, xprint, xprint
addError, copyErrorInfo, getErrorData, getErrorMessage, getErrors, getLocalizedMessage, hasMultipleErrors, setErrorData, setErrorMessage, setErrors, toString
public SearchAttributeAccessDeniedException(java.util.Set attributeSet, java.lang.String errorCode)
SearchAttributeAccessDeniedException
with null as its detail message and the specified error code.attributeSet
- errorCode
- public SearchAttributeAccessDeniedException(java.lang.String message, java.util.Set attributeSet, java.lang.String errorCode)
SearchAttributeAccessDeniedException
with the specified detail message and error code.message
- the detail messageattributeSet
- errorCode
- public SearchAttributeAccessDeniedException(java.lang.String message, java.lang.Throwable cause, java.util.Set attributeSet, java.lang.String errorCode)
SearchAttributeAccessDeniedException
with the specified detail message, cause and error code.message
- the detail messagecause
- the causeattributeSet
- errorCode
- public SearchAttributeAccessDeniedException(java.lang.Throwable cause, java.util.Set attributeSet, java.lang.String errorCode)
SearchAttributeAccessDeniedException
with the specified cause and error code.cause
- the causeattributeSet
- errorCode
-