public class DataNotFoundException extends RuntimeException
| Constructor and Description |
|---|
DataNotFoundException() |
DataNotFoundException(String message) |
| Modifier and Type | Method and Description |
|---|---|
String |
getMessage() |
void |
setMessage(String message) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic static final String MSG
public DataNotFoundException()
public DataNotFoundException(String message)
public String getMessage()
getMessage in class Throwablepublic void setMessage(String message)
Copyright © 2025. All rights reserved.