public class PasswordPolicyException extends IdRepoException
Constructor and Description |
---|
PasswordPolicyException(IdRepoException e)
Create a password policy exception from an id repo exception.
|
PasswordPolicyException(IdRepoException e,
Object[] args)
Create a password policy exception from an id repo exception.
|
PasswordPolicyException(ResultCode resultCode,
String errorCode,
Object... args)
Create a new Password policy exception
|
PasswordPolicyException(String msg)
Create a new password policy exception with a custom error message
|
PasswordPolicyException(String errorCode,
Object[] args)
Create a new Password policy exception
|
getConstraintViolationDetails, getErrorCode, getL10NMessage, getLDAPErrorCode, getLdapErrorIntCode, getMessage, getMessageArgs, getResourceBundleName, setLDAPErrorCode, toString
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public PasswordPolicyException(String msg)
msg
- the error messagepublic PasswordPolicyException(ResultCode resultCode, String errorCode, Object... args)
resultCode
- the LDAP error codeerrorCode
- the error codeargs
- the arguments required for this error code.public PasswordPolicyException(IdRepoException e)
e
- the id repo exceptionpublic PasswordPolicyException(IdRepoException e, Object[] args)
e
- the id repo exceptionargs
- the arguments required for this error code.Copyright © 2010-2018, ForgeRock All Rights Reserved.