com.arunta.base.exception
Class DbBusyException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.arunta.base.exception.DbBusyException
All Implemented Interfaces:
java.io.Serializable

public class DbBusyException
extends java.lang.Exception

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.

See Also:
Serialized Form

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

ARCHIVING

public static final int ARCHIVING
An archive operation is in progress.

See Also:
Constant Field Values

REBUILDING

public static final int REBUILDING
The system is rebuilding the database.

See Also:
Constant Field Values

CLOGGING

public static final int CLOGGING
Too many database requests are queued.

See Also:
Constant Field Values

HOUSEKEEPING

public static final int HOUSEKEEPING
House-keeping is in progress.

See Also:
Constant Field Values
Constructor Detail

DbBusyException

public DbBusyException(int reasonType)

DbBusyException

public DbBusyException(java.lang.String message,
                       int reasonType)

DbBusyException

public DbBusyException(java.lang.Throwable cause,
                       int reasonType)

DbBusyException

public DbBusyException(java.lang.String message,
                       java.lang.Throwable cause,
                       int reasonType)
Method Detail

getReasonType

public int getReasonType()


Copyright ©, 2005-2012 Prolancer Pty Ltd, Sydney Australia.