Class AuthenticationTokenStorage.TooManyTokens
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- jetbrains.buildServer.serverSide.auth.AuthenticationTokenStorage.TokenException
-
- jetbrains.buildServer.serverSide.auth.AuthenticationTokenStorage.CreationException
-
- jetbrains.buildServer.serverSide.auth.AuthenticationTokenStorage.TooManyTokens
-
- All Implemented Interfaces:
Serializable
- Enclosing interface:
- AuthenticationTokenStorage
public static class AuthenticationTokenStorage.TooManyTokens extends AuthenticationTokenStorage.CreationException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TooManyTokens(int limit)
-
Method Summary
-
Methods inherited from class jetbrains.buildServer.serverSide.auth.AuthenticationTokenStorage.CreationException
getId
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-