Package jetbrains.buildServer.users
Class UserAttributeStorage.UserAttributeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- jetbrains.buildServer.users.UserAttributeStorage.UserAttributeException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
UserAttributeStorage.UserAttributePersistingException
- Enclosing interface:
- UserAttributeStorage
public abstract static class UserAttributeStorage.UserAttributeException 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()
-
-