Package jetbrains.buildServer.users
Class UserAttributeStorage.UserAttributePersistingException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- jetbrains.buildServer.users.UserAttributeStorage.UserAttributeException
-
- jetbrains.buildServer.users.UserAttributeStorage.UserAttributePersistingException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
UserAttributeStorage.InvalidAttributeKeyException
- Enclosing interface:
- UserAttributeStorage
public static class UserAttributeStorage.UserAttributePersistingException extends UserAttributeStorage.UserAttributeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UserAttributePersistingException(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
-
UserAttributePersistingException
public UserAttributePersistingException(@NotNull String message)
-
-
Method Detail
-
getId
public String getId()
- Specified by:
getId
in classUserAttributeStorage.UserAttributeException
-
-