Package de.trustable.ca3s.core.exception
Class PasswordRestrictionMismatch
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- de.trustable.ca3s.core.exception.PasswordRestrictionMismatch
-
- All Implemented Interfaces:
Serializable
public class PasswordRestrictionMismatch extends RuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PasswordRestrictionMismatch(String msg)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
PasswordRestrictionMismatch
public PasswordRestrictionMismatch(String msg)
-
-