org.openmrs.util
Class DatabaseUpdateException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.openmrs.util.DatabaseUpdateException
All Implemented Interfaces:
java.io.Serializable

public class DatabaseUpdateException
extends java.lang.Exception

Used by the DatabaseUpdater to show that an error occurred while updating to the latest database setup.

Since:
1.5
See Also:
Serialized Form

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

serialVersionUID

public static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

DatabaseUpdateException

public DatabaseUpdateException()
Generic constructor


DatabaseUpdateException

public DatabaseUpdateException(java.lang.String message,
                               java.lang.Throwable cause)
Generic exception class constructor

Parameters:
message - the string message to pass on
cause - the error that occurred

DatabaseUpdateException

public DatabaseUpdateException(java.lang.String message)
Generic exception class constructor

Parameters:
message - the string message to pass on to the user

DatabaseUpdateException

public DatabaseUpdateException(java.lang.Throwable cause)
Generic exception class constructor

Parameters:
cause - the error that occurred

OpenMRS-1.7.x

Generated Apr 27 2012 10:06 PM. NOTE - these libraries are in active development and subject to change