|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.beepcore.beep.core.BEEPException
org.beepcore.beep.profile.sasl.SASLException
org.beepcore.beep.profile.sasl.AuthenticationFailureException
org.beepcore.beep.profile.sasl.otp.SequenceZeroFailure
This exception is used when a user attempts to authenticate via SASL OTP and it is determined that the user has no more valid hashes left in their OTP database. It's distinct from the error used when an OTP database isn't found in that it allows the receiver to programmatically prompt the user to do an init-hex or init-word command to re-establish an OTP database.
Constructor Summary | |
SequenceZeroFailure()
|
Methods inherited from class org.beepcore.beep.core.BEEPException |
getCause, getLocalizedMessage, printStackTrace, printStackTrace, printStackTrace, toString |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getMessage, getStackTrace, initCause, setStackTrace |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public SequenceZeroFailure()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |