com.openexchange.admin.rmi.exceptions
Class DatabaseLockedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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
-