Class AuthenticationTokenStorage.DeletionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- jetbrains.buildServer.serverSide.auth.AuthenticationTokenStorage.TokenException
-
- jetbrains.buildServer.serverSide.auth.AuthenticationTokenStorage.DeletionException
-
- All Implemented Interfaces:
Serializable
- Enclosing interface:
- AuthenticationTokenStorage
public static class AuthenticationTokenStorage.DeletionException extends AuthenticationTokenStorage.TokenException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DeletionException(String message)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getId()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
DeletionException
public DeletionException(@NotNull String message)
-
-
Method Detail
-
getId
public String getId()
- Specified by:
getId
in classAuthenticationTokenStorage.TokenException
-
-