public class DatabaseUpdateException extends Exception
DatabaseUpdater to show that an error occurred while updating to the latest
 database setup.| Modifier and Type | Field and Description | 
|---|---|
| static long | serialVersionUID | 
| Constructor and Description | 
|---|
| DatabaseUpdateException()Generic constructor | 
| DatabaseUpdateException(String message)Generic exception class constructor | 
| DatabaseUpdateException(String message,
                       Throwable cause)Generic exception class constructor | 
| DatabaseUpdateException(Throwable cause)Generic exception class constructor | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic static final long serialVersionUID
public DatabaseUpdateException()
public DatabaseUpdateException(String message, Throwable cause)
message - the string message to pass oncause - the error that occurredpublic DatabaseUpdateException(String message)
message - the string message to pass on to the userpublic DatabaseUpdateException(Throwable cause)
cause - the error that occurredCopyright © 2024 OpenMRS Inc.. All rights reserved.