Package jetbrains.buildServer.users
Class UserAttributeStorage.InvalidAttributeKeyException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- jetbrains.buildServer.users.UserAttributeStorage.UserAttributeException
-
- jetbrains.buildServer.users.UserAttributeStorage.UserAttributePersistingException
-
- jetbrains.buildServer.users.UserAttributeStorage.InvalidAttributeKeyException
-
- All Implemented Interfaces:
Serializable
- Enclosing interface:
- UserAttributeStorage
public static class UserAttributeStorage.InvalidAttributeKeyException extends UserAttributeStorage.UserAttributePersistingException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidAttributeKeyException(String message)
-
Method Summary
-
Methods inherited from class jetbrains.buildServer.users.UserAttributeStorage.UserAttributePersistingException
getId
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
InvalidAttributeKeyException
public InvalidAttributeKeyException(@NotNull String message)
-
-