Example usage for Java javax.persistence EntityNotFoundException fields, constructors, methods, implement or subclass
The text is from its open source code.
EntityNotFoundException(String message) Constructs a new EntityNotFoundException exception with the specified detail message. | |
EntityNotFoundException() Constructs a new EntityNotFoundException exception with null as its detail message. |
Throwable | getCause() Returns the cause of this throwable or null if the cause is nonexistent or unknown. |
String | getMessage() Returns the detail message string of this throwable. |