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