org.openmobileis.database.fastobjectdb.db.exception
Class FODBQueryException
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
org.openmobileis.database.fastobjectdb.db.exception.FODBQueryException
- All Implemented Interfaces:
- OpenMISSerializable, java.io.Serializable
- public class FODBQueryException
- extends FODBException
- Since:
- JDK 1.1
- Version:
- 1.0.
- Author:
- Philippe Delrieu
- See Also:
- Serialized Form
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 |
FODBQueryException
public FODBQueryException()
FODBQueryException
public FODBQueryException(int priority)
- Parameters:
priority
-
FODBQueryException
public FODBQueryException(java.lang.String msg)
- Parameters:
msg
-
FODBQueryException
public FODBQueryException(java.lang.String msg,
int priority)
- Parameters:
msg
- priority
-
FODBQueryException
public FODBQueryException(java.lang.String msg,
java.lang.Throwable t)
- Parameters:
msg
- t
-
FODBQueryException
public FODBQueryException(java.lang.String msg,
java.lang.Throwable t,
int priority)
- Parameters:
msg
- t
- priority
-
FODBQueryException
public FODBQueryException(java.lang.Throwable t)
- Parameters:
t
-
FODBQueryException
public FODBQueryException(java.lang.Throwable t,
int priority)
- Parameters:
t
- priority
-
Copyright 2005 e-Care. All Rights Reserved.