Package tv.hd3g.authkit.mod.exception
Class UserCantLoginException.TOTPUserCantLoginException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- tv.hd3g.authkit.mod.exception.UserCantLoginException
-
- tv.hd3g.authkit.mod.exception.UserCantLoginException.TOTPUserCantLoginException
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- UserCantLoginException
public static final class UserCantLoginException.TOTPUserCantLoginException extends UserCantLoginException
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class tv.hd3g.authkit.mod.exception.UserCantLoginException
UserCantLoginException.BadPasswordUserCantLoginException, UserCantLoginException.BadTOTPCodeCantLoginException, UserCantLoginException.BlockedUserCantLoginException, UserCantLoginException.DisabledUserCantLoginException, UserCantLoginException.ExternalAuthErrorCantLoginException, UserCantLoginException.NoPasswordUserCantLoginException, UserCantLoginException.TOTPUserCantLoginException, UserCantLoginException.UnknownUserCantLoginException, UserCantLoginException.UserMustChangePasswordException
-
-
Constructor Summary
Constructors Constructor Description TOTPUserCantLoginException(String userUUID)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetUserUUID()-
Methods inherited from class tv.hd3g.authkit.mod.exception.UserCantLoginException
getHttpReturnCode
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-