Class 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 Detail

      • ReadOnlyEntityException

        public ReadOnlyEntityException​(@NotNull
                                       String message)