Class FailedToRemoveExternalIdAlias
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- java.lang.IllegalStateException
-
- jetbrains.buildServer.serverSide.identifiers.FailedToRemoveExternalIdAlias
-
- All Implemented Interfaces:
Serializable
public class FailedToRemoveExternalIdAlias extends IllegalStateException
Thrown when attempted drop or reuse an external ID but it's used and this operation cannot be completed.- Since:
- 9.0
- Author:
- Leonid Bushuev from JetBrains
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FailedToRemoveExternalIdAlias(String msg)
FailedToRemoveExternalIdAlias(String message, Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-