com.openexchange.admin.rmi.exceptions
Class DatabaseUpdateException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.openexchange.admin.rmi.exceptions.DatabaseUpdateException
All Implemented Interfaces:
Serializable

public class DatabaseUpdateException
extends Exception

Author:
choeger
See Also:
Serialized Form

Constructor Summary
DatabaseUpdateException()
           
DatabaseUpdateException(String arg0)
           
DatabaseUpdateException(String arg0, Throwable arg1)
           
DatabaseUpdateException(Throwable arg0)
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DatabaseUpdateException

public DatabaseUpdateException()

DatabaseUpdateException

public DatabaseUpdateException(String arg0)
Parameters:
arg0 -

DatabaseUpdateException

public DatabaseUpdateException(Throwable arg0)
Parameters:
arg0 -

DatabaseUpdateException

public DatabaseUpdateException(String arg0,
                               Throwable arg1)
Parameters:
arg0 -
arg1 -