|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.openmrs.util.DatabaseUpdateException
public class DatabaseUpdateException
Used by the DatabaseUpdater to show that an error occurred while updating to the latest
database setup.
| Field Summary | |
|---|---|
static long |
serialVersionUID
|
| Constructor Summary | |
|---|---|
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 |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final long serialVersionUID
| Constructor Detail |
|---|
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 occurred
|
OpenMRS-1.7.x | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||