public class EntityNotFoundException extends IllegalArgumentException
| Constructor and Description | 
|---|
| EntityNotFoundException()Constructs an  EntityNotFoundExceptionwith no
 detail message. | 
| EntityNotFoundException(String s)Constructs an  EntityNotFoundExceptionwith the
 specified detail message. | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic EntityNotFoundException()
EntityNotFoundException with no
 detail message.public EntityNotFoundException(String s)
EntityNotFoundException with the
 specified detail message.s - the detail message.Copyright © 2020. All rights reserved.