public class DataModifiedException extends Exception
| Modifier and Type | Field and Description |
|---|---|
String |
newVersion |
String |
oldVersion |
| Constructor and Description |
|---|
DataModifiedException(String message,
String oldVersion,
String newVersion) |
| Modifier and Type | Method and Description |
|---|---|
String |
getMessage() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic String getMessage()
getMessage in class ThrowableCopyright © 2021. All rights reserved.