public class DbBusyException
extends java.lang.Exception
Indicates that the requested database operation can not be performed because the system database is busy performing another operation which must finish before the requested operation can be performed.
Modifier and Type | Field and Description |
---|---|
static int |
ARCHIVING
An archive operation is in progress.
|
static int |
CLOGGING
Too many database requests are queued.
|
static int |
HOUSEKEEPING
House-keeping is in progress.
|
static int |
REBUILDING
The system is rebuilding the database.
|
Constructor and Description |
---|
DbBusyException(int reasonType) |
DbBusyException(java.lang.String message,
int reasonType) |
DbBusyException(java.lang.String message,
java.lang.Throwable cause,
int reasonType) |
DbBusyException(java.lang.Throwable cause,
int reasonType) |
Modifier and Type | Method and Description |
---|---|
int |
getReasonType() |
public static final int ARCHIVING
public static final int REBUILDING
public static final int CLOGGING
public static final int HOUSEKEEPING
public DbBusyException(int reasonType)
public DbBusyException(java.lang.String message, int reasonType)
public DbBusyException(java.lang.Throwable cause, int reasonType)
public DbBusyException(java.lang.String message, java.lang.Throwable cause, int reasonType)
Copyright ©, 2005-2019 Prolancer Pty Ltd, Sydney Australia.