public class ConflictedEntryException extends ValidationException
| Constructor and Description |
|---|
ConflictedEntryException(String message,
Class<? extends org.jboss.pnc.model.GenericEntity<?>> conflictedEntity,
Integer conflictedId) |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends org.jboss.pnc.model.GenericEntity<?>> |
getConflictedEntity() |
Integer |
getConflictedRecordId() |
Optional<Object> |
getRestModelForException() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic Integer getConflictedRecordId()
public Class<? extends org.jboss.pnc.model.GenericEntity<?>> getConflictedEntity()
public Optional<Object> getRestModelForException()
getRestModelForException in class ValidationExceptionCopyright © 2014–2017. All rights reserved.