public class EntityAlreadyExistsException extends Exception
Constructor and Description |
---|
EntityAlreadyExistsException() |
EntityAlreadyExistsException(Class<?> type) |
EntityAlreadyExistsException(T entity) |
EntityAlreadyExistsException(T entity,
Class<?> type) |
Modifier and Type | Method and Description |
---|---|
Optional<String> |
getEntity() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public EntityAlreadyExistsException()
public EntityAlreadyExistsException(Class<?> type)
public EntityAlreadyExistsException(T entity)
public EntityAlreadyExistsException(T entity, Class<?> type)
Copyright © 2018 SAP SE. All rights reserved.