Package tv.hd3g.authkit.mod.exception
Class UserCantLoginException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- tv.hd3g.authkit.mod.exception.UserCantLoginException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
UserCantLoginException.BadPasswordUserCantLoginException,UserCantLoginException.BadTOTPCodeCantLoginException,UserCantLoginException.BlockedUserCantLoginException,UserCantLoginException.DisabledUserCantLoginException,UserCantLoginException.ExternalAuthErrorCantLoginException,UserCantLoginException.NoPasswordUserCantLoginException,UserCantLoginException.TOTPUserCantLoginException,UserCantLoginException.UnknownUserCantLoginException,UserCantLoginException.UserMustChangePasswordException
public abstract class UserCantLoginException extends Exception
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classUserCantLoginException.BadPasswordUserCantLoginExceptionstatic classUserCantLoginException.BadTOTPCodeCantLoginExceptionstatic classUserCantLoginException.BlockedUserCantLoginExceptionstatic classUserCantLoginException.DisabledUserCantLoginExceptionstatic classUserCantLoginException.ExternalAuthErrorCantLoginExceptionstatic classUserCantLoginException.NoPasswordUserCantLoginExceptionstatic classUserCantLoginException.TOTPUserCantLoginExceptionstatic classUserCantLoginException.UnknownUserCantLoginExceptionstatic classUserCantLoginException.UserMustChangePasswordException
-
Constructor Summary
Constructors Modifier Constructor Description protectedUserCantLoginException(int httpReturnCode)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetHttpReturnCode()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-