Class DuplicateRefException

All Implemented Interfaces:
Serializable

public class DuplicateRefException extends IntegrityException
Indicates the operation could not be completed because a ref already exists for the supplied name.
See Also:
  • Constructor Details

    • DuplicateRefException

      public DuplicateRefException(KeyedMessage message, String refName)
  • Method Details

    • getRefName

      @Nonnull public String getRefName()