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:
- java.io.Serializable
public class DatabaseLockedException
- extends java.lang.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 |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
DatabaseLockedException
public DatabaseLockedException()
- Default constructor
DatabaseLockedException
public DatabaseLockedException(java.lang.String message)
- Parameters:
message
-
DatabaseLockedException
public DatabaseLockedException(java.lang.Throwable cause)
- Parameters:
cause
-
DatabaseLockedException
public DatabaseLockedException(java.lang.String message,
java.lang.Throwable cause)
- Parameters:
message
- cause
-