Package tv.hd3g.authkit.mod.exception
Class PasswordComplexityException.PasswordTooSimpleException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- tv.hd3g.authkit.mod.exception.PasswordComplexityException
-
- tv.hd3g.authkit.mod.exception.PasswordComplexityException.PasswordTooSimpleException
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- PasswordComplexityException
public static class PasswordComplexityException.PasswordTooSimpleException extends PasswordComplexityException
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class tv.hd3g.authkit.mod.exception.PasswordComplexityException
PasswordComplexityException.PasswordTooShortException, PasswordComplexityException.PasswordTooSimpleException
-
-
Constructor Summary
Constructors Constructor Description PasswordTooSimpleException(String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
PasswordTooSimpleException
public PasswordTooSimpleException(String message)
-
-