Package jetbrains.buildServer
Class AlreadyExistsException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- jetbrains.buildServer.TeamCityRuntimeException
-
- jetbrains.buildServer.AlreadyExistsException
-
- All Implemented Interfaces:
Serializable
public class AlreadyExistsException extends TeamCityRuntimeException
- Author:
- Kir
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static String
ALREADY_EXISTS
-
Constructor Summary
Constructors Constructor Description AlreadyExistsException(String message, int buildAgentId)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Integer
getAgentId(String message)
int
getBuildAgentId()
String
toString()
-
Methods inherited from class jetbrains.buildServer.TeamCityRuntimeException
isSkipLogging
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
-
-
-
Field Detail
-
ALREADY_EXISTS
@NonNls public static final String ALREADY_EXISTS
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
AlreadyExistsException
public AlreadyExistsException(String message, int buildAgentId)
-
-