|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--org.beepcore.beep.core.BEEPException | +--org.beepcore.beep.profile.sasl.SASLException | +--org.beepcore.beep.profile.sasl.otp.database.NoMorePasswordsException
This Exception represents the error case in which a peer attempting to authenticate via SASL OTP finds that no more one-time passwords are available.
Field Summary | |
static java.lang.String |
MSG
|
Constructor Summary | |
NoMorePasswordsException(java.lang.String username)
Default Constructor |
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 |
Field Detail |
public static final java.lang.String MSG
Constructor Detail |
public NoMorePasswordsException(java.lang.String username)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |