org.openmobileis.database.fastobjectdb.db.exception
Class FODBException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--org.openmobileis.common.util.exception.OpenMISException
|
+--org.openmobileis.common.util.exception.DefaultException
|
+--org.openmobileis.database.DatabaseException
|
+--org.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
Method Summary |
int |
getService()
return the default service id : LogServices.DEFAULTSERVICE |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
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)
getService
public int getService()
- Description copied from class:
DefaultException
- return the default service id : LogServices.DEFAULTSERVICE
- Overrides:
getService
in class DatabaseException
- Following copied from class:
org.openmobileis.common.util.exception.DefaultException
- Returns:
- int LogServices.DEFAULTSERVICE
- See Also:
LogServices
Copyright 2005 e-Care. All Rights Reserved.