|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.arunta.base.exception.DbBusyException
public class DbBusyException
Total Recall VR system database busy 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.
Field Summary | |
---|---|
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 Summary | |
---|---|
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)
|
Method Summary | |
---|---|
int |
getReasonType()
|
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 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int ARCHIVING
public static final int REBUILDING
public static final int CLOGGING
public static final int HOUSEKEEPING
Constructor Detail |
---|
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)
Method Detail |
---|
public int getReasonType()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |