org.openmobileis.database.fastobjectdb.db.exception
Class FODBException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.openmobileis.common.util.exception.OpenMISException
              extended byorg.openmobileis.common.util.exception.DefaultException
                  extended byorg.openmobileis.database.DatabaseException
                      extended byorg.openmobileis.database.fastobjectdb.db.exception.FODBException
All Implemented Interfaces:
OpenMISSerializable, java.io.Serializable
Direct Known Subclasses:
FODBQueryException

public class FODBException
extends DatabaseException

See Also:
Serialized Form

Constructor Summary
FODBException()
           
FODBException(int priority)
           
FODBException(java.lang.String msg)
           
FODBException(java.lang.String msg, int priority)
           
FODBException(java.lang.String msg, java.lang.Throwable t)
           
FODBException(java.lang.String msg, java.lang.Throwable t, int priority)
           
FODBException(java.lang.Throwable t)
           
FODBException(java.lang.Throwable t, int priority)
           
 
Method Summary
 int getService()
          return the default service id : LogServices.DEFAULTSERVICE
 
Methods inherited from class org.openmobileis.common.util.exception.OpenMISException
getNestedError, getPriority, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FODBException

public FODBException()

FODBException

public FODBException(int priority)

FODBException

public FODBException(java.lang.String msg)

FODBException

public FODBException(java.lang.String msg,
                     int priority)

FODBException

public FODBException(java.lang.String msg,
                     java.lang.Throwable t)

FODBException

public FODBException(java.lang.String msg,
                     java.lang.Throwable t,
                     int priority)

FODBException

public FODBException(java.lang.Throwable t)

FODBException

public FODBException(java.lang.Throwable t,
                     int priority)
Method Detail

getService

public int getService()
Description copied from class: DefaultException
return the default service id : LogServices.DEFAULTSERVICE

Overrides:
getService in class DatabaseException


Copyright 2005 e-Care. All Rights Reserved.