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 |
---|---|
com.google.common.base.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)
public com.google.common.base.Optional<String> getEntity()
Copyright © 2017 SAP SE. All rights reserved.