Class ConfigIdCollisionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- jetbrains.buildServer.serverSide.identifiers.ConfigIdCollisionException
-
- All Implemented Interfaces:
Serializable
public class ConfigIdCollisionException extends RuntimeException
Thrown when expected a pair of exetrnal id and config id but the given external id is associated to another config id.- Author:
- Leonid Bushuev from JetBrains
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ConfigIdCollisionException(String messageTemplate, Object... args)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-