Package jetbrains.buildServer.serverSide
Class DuplicateIdException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- jetbrains.buildServer.serverSide.DuplicateIdException
-
- All Implemented Interfaces:
Serializable
public class DuplicateIdException extends RuntimeException
Thrown on attempt to register an object with duplicate id- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DuplicateIdException(String message)
ConstructorDuplicateIdException(String message, Exception cause)
Constructor
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-