com.openexchange.admin.rmi.exceptions
Class DatabaseLockedException

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

public class DatabaseLockedException
extends Exception

This exception is thrown when the underlying database is locked due to an update or so

Author:
dsieben
See Also:
Serialized Form

Constructor Summary
DatabaseLockedException()
          Default constructor
DatabaseLockedException(String message)
           
DatabaseLockedException(String message, Throwable cause)
           
DatabaseLockedException(Throwable cause)
           
 
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

DatabaseLockedException

public DatabaseLockedException()
Default constructor


DatabaseLockedException

public DatabaseLockedException(String message)
Parameters:
message -

DatabaseLockedException

public DatabaseLockedException(Throwable cause)
Parameters:
cause -

DatabaseLockedException

public DatabaseLockedException(String message,
                               Throwable cause)
Parameters:
message -
cause -