public class EntityNotFoundException extends MappingException
| Constructor and Description |
|---|
EntityNotFoundException()
Constructs a new EntityNotFoundException exception with null as its detail message.
|
EntityNotFoundException(String message)
Constructs a new EntityNotFoundException exception with the specified detail message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic EntityNotFoundException(String message)
message - the messagepublic EntityNotFoundException()
Copyright © 2017–2021 Eclipse Foundation. All rights reserved.