Class AuthenticationTokenStorage.TokenException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- jetbrains.buildServer.serverSide.auth.AuthenticationTokenStorage.TokenException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AuthenticationTokenStorage.CreationException
,AuthenticationTokenStorage.DeletionException
- Enclosing interface:
- AuthenticationTokenStorage
public abstract static class AuthenticationTokenStorage.TokenException extends RuntimeException
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract String
getId()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Method Detail
-
getId
public abstract String getId()
-
-