Package org.openiam.exception
Class PasswordRuleException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.openiam.exception.PasswordRuleException
-
- All Implemented Interfaces:
Serializable
public class PasswordRuleException extends Exception
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PasswordRuleException()
PasswordRuleException(ResponseCode code)
PasswordRuleException(ResponseCode code, Object[] args)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addResponseValue(Object obj)
void
addResponseValues(Object... args)
ResponseCode
getCode()
Object
getMaxBound()
Object
getMinBound()
List<Object>
getResponseValues()
void
setCode(ResponseCode code)
void
setMaxBound(Object maxBound)
void
setMinBound(Object minBound)
void
setResponseValues(List<Object> responseValues)
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
PasswordRuleException
public PasswordRuleException()
-
PasswordRuleException
public PasswordRuleException(ResponseCode code)
-
PasswordRuleException
public PasswordRuleException(ResponseCode code, Object[] args)
-
-
Method Detail
-
getMinBound
public Object getMinBound()
-
setMinBound
public void setMinBound(Object minBound)
-
getMaxBound
public Object getMaxBound()
-
setMaxBound
public void setMaxBound(Object maxBound)
-
getCode
public ResponseCode getCode()
-
setCode
public void setCode(ResponseCode code)
-
addResponseValue
public void addResponseValue(Object obj)
-
addResponseValues
public void addResponseValues(Object... args)
-
-