public class DatabaseUpdateException
extends java.lang.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(java.lang.String message)
Generic exception class constructor 
 | 
DatabaseUpdateException(java.lang.String message,
                       java.lang.Throwable cause)
Generic exception class constructor 
 | 
DatabaseUpdateException(java.lang.Throwable cause)
Generic exception class constructor 
 | 
public static final long serialVersionUID
public DatabaseUpdateException()
public DatabaseUpdateException(java.lang.String message,
                               java.lang.Throwable cause)
message - the string message to pass oncause - the error that occurredpublic DatabaseUpdateException(java.lang.String message)
message - the string message to pass on to the userpublic DatabaseUpdateException(java.lang.Throwable cause)
cause - the error that occurredCopyright © 2018 OpenMRS Inc.. All Rights Reserved.