public class EntityNotFoundException extends Exception
Constructor and Description |
---|
EntityNotFoundException() |
EntityNotFoundException(Class<?> type) |
EntityNotFoundException(T entity) |
EntityNotFoundException(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 EntityNotFoundException()
public EntityNotFoundException(Class<?> type)
public EntityNotFoundException(T entity)
public EntityNotFoundException(T entity, Class<?> type)
public com.google.common.base.Optional<String> getEntity()
Copyright © 2017 SAP SE. All rights reserved.