Package step.core.security.password
Class PasswordPolicyViolation
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- step.core.security.password.PasswordPolicyViolation
-
- All Implemented Interfaces:
Serializable
public class PasswordPolicyViolation extends Exception
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PasswordPolicyViolation(String reason)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
PasswordPolicyViolation
public PasswordPolicyViolation(String reason)
-
-