public class IdNotFoundException extends MappingException
Id annotation. If this entity
hasn't this information an exception will be launch.| Modifier and Type | Field and Description |
|---|---|
static Supplier<IdNotFoundException> |
KEY_NOT_FOUND_EXCEPTION_SUPPLIER |
| Constructor and Description |
|---|
IdNotFoundException(String message)
New exception instance with the exception message
|
| Modifier and Type | Method and Description |
|---|---|
static IdNotFoundException |
newInstance(Class<?> clazz) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic static final Supplier<IdNotFoundException> KEY_NOT_FOUND_EXCEPTION_SUPPLIER
public IdNotFoundException(String message)
message - the exception messagepublic static IdNotFoundException newInstance(Class<?> clazz)
Copyright © 2017–2022 Eclipse Foundation. All rights reserved.