com.arunta.base.exception
Class DbUnavailableException

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

public class DbUnavailableException
extends java.lang.Exception

Total Recall VR system database unavailable exception.

Indicates that the system database is not available. This only happens if there is a serious problem with the system database.

See Also:
Serialized Form

Constructor Summary
DbUnavailableException()
           
DbUnavailableException(java.lang.String message)
           
DbUnavailableException(java.lang.String message, java.lang.Throwable cause)
           
DbUnavailableException(java.lang.Throwable cause)
           
 
Method Summary
 
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
 

Constructor Detail

DbUnavailableException

public DbUnavailableException()

DbUnavailableException

public DbUnavailableException(java.lang.String message)

DbUnavailableException

public DbUnavailableException(java.lang.Throwable cause)

DbUnavailableException

public DbUnavailableException(java.lang.String message,
                              java.lang.Throwable cause)


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