Package jetbrains.buildServer.serverSide
Class ReadOnlyEntityException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- jetbrains.buildServer.serverSide.ReadOnlyEntityException
-
- All Implemented Interfaces:
Serializable
public class ReadOnlyEntityException extends RuntimeException
This exception is thrown on attempt to modify a currently readonly entity, like project, build configuration or VCS root- Since:
- 2021.1
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ReadOnlyEntityException(String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ReadOnlyEntityException
public ReadOnlyEntityException(@NotNull String message)
-
-