public class ContentConflictsException extends PatchingException
Constructor and Description |
---|
ContentConflictsException(Collection<ContentItem> conflicts) |
ContentConflictsException(String msg,
Collection<ContentItem> conflicts) |
Modifier and Type | Method and Description |
---|---|
Collection<ContentItem> |
getConflicts() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ContentConflictsException(Collection<ContentItem> conflicts)
public ContentConflictsException(String msg, Collection<ContentItem> conflicts)
public Collection<ContentItem> getConflicts()
Copyright © 2023 JBoss by Red Hat. All rights reserved.