public class ObjectNotFoundException extends IllegalStateException
| Constructor and Description |
|---|
ObjectNotFoundException()
Constructor for EntityNotFoundException.
|
ObjectNotFoundException(String message)
Constructor for EntityNotFoundException.
|
ObjectNotFoundException(String message,
Throwable cause)
Constructor for EntityNotFoundException.
|
ObjectNotFoundException(Throwable cause)
Constructor for EntityNotFoundException.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ObjectNotFoundException()
public ObjectNotFoundException(String message)
message - public ObjectNotFoundException(String message, Throwable cause)
message - cause - public ObjectNotFoundException(Throwable cause)
cause - Copyright © 2021. All rights reserved.