Class DuplicateExternalIdException

  • All Implemented Interfaces:
    Serializable

    public class DuplicateExternalIdException
    extends RuntimeException
    Thrown when one of external identifiers duplicates an existent one.
    Since:
    8.0
    Author:
    Leonid Bushuev from JetBrains
    See Also:
    Serialized Form
    • Constructor Detail

      • DuplicateExternalIdException

        public DuplicateExternalIdException​(@NotNull
                                            String externalId,
                                            @NotNull
                                            String message)
    • Method Detail

      • getExternalId

        @NotNull
        public String getExternalId()