Class PasswordChangeRequiredException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.sshd.server.auth.password.PasswordChangeRequiredException
-
- All Implemented Interfaces:
Serializable
public class PasswordChangeRequiredException extends RuntimeException
A special exception that can be thrown by thePasswordAuthenticator
to indicate that the password requires changing or is not string enough
-
-
Constructor Summary
Constructors Constructor Description PasswordChangeRequiredException(String message, String prompt, String lang)
PasswordChangeRequiredException(String message, String prompt, String lang, Throwable cause)
PasswordChangeRequiredException(Throwable cause, String prompt, String lang)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getLanguage()
String
getPrompt()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-