org.openmobileis.common.util.exception
Class SQLException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--org.openmobileis.common.util.exception.OpenMISException
|
+--org.openmobileis.common.util.exception.DefaultException
|
+--org.openmobileis.common.util.exception.SQLException
- All Implemented Interfaces:
- OpenMISSerializable, java.io.Serializable
- public class SQLException
- extends DefaultException
Title: OpenMobileIS project source
Title: OpenMSPException raised during SQL process
- Since:
- JDK1.1
- Version:
- 1.0
- Author:
- Philippe Delrieu
- See Also:
- Serialized Form
Method Summary |
int |
getService()
return the service id : LogServices.WEBSERVICE |
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 |
SQLException
public SQLException()
SQLException
public SQLException(int priority)
SQLException
public SQLException(java.lang.String msg)
SQLException
public SQLException(java.lang.String msg,
int priority)
SQLException
public SQLException(java.lang.String msg,
java.lang.Throwable t)
SQLException
public SQLException(java.lang.String msg,
java.lang.Throwable t,
int priority)
SQLException
public SQLException(java.lang.Throwable t)
SQLException
public SQLException(java.lang.Throwable t,
int priority)
getService
public int getService()
- return the service id : LogServices.WEBSERVICE
- Overrides:
getService
in class DefaultException
- Returns:
- int LogServices.WEBSERVICE
- See Also:
LogServices
Copyright 2005 e-Care. All Rights Reserved.