public class DataModifiedRuntimeException extends RuntimeException
DataModifiedException in a runtime exception.| Constructor and Description |
|---|
DataModifiedRuntimeException(DataModifiedException e) |
DataModifiedRuntimeException(String message,
String oldVersion,
String newVersion)
Constructs a new
DataModifiedRuntimeException with a nested
DataModifiedException |
| Modifier and Type | Method and Description |
|---|---|
DataModifiedException |
getDataModifiedException()
Getting the nested
DataModifiedException |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic DataModifiedRuntimeException(DataModifiedException e)
public DataModifiedRuntimeException(String message, String oldVersion, String newVersion)
DataModifiedRuntimeException with a nested
DataModifiedExceptionpublic DataModifiedException getDataModifiedException()
DataModifiedExceptionCopyright © 2020. All rights reserved.