Class ConflictingRefNameException

All Implemented Interfaces:
Serializable

public class ConflictingRefNameException extends InvalidRefNameException
Indicates the operation could not be completed because a existing ref already exists with a name that conflicts with the one being created.
See Also:
  • Constructor Details

    • ConflictingRefNameException

      public ConflictingRefNameException(@Nonnull KeyedMessage message, @Nonnull MinimalRef ref)