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

      • ConfigIdCollisionException

        public ConfigIdCollisionException​(@NotNull
                                          String messageTemplate,
                                          @Nullable
                                          Object... args)