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

Constructor Summary
SQLException()
           
SQLException(int priority)
           
SQLException(java.lang.String msg)
           
SQLException(java.lang.String msg, int priority)
           
SQLException(java.lang.String msg, java.lang.Throwable t)
           
SQLException(java.lang.String msg, java.lang.Throwable t, int priority)
           
SQLException(java.lang.Throwable t)
           
SQLException(java.lang.Throwable t, int priority)
           
 
Method Summary
 int getService()
          return the service id : LogServices.WEBSERVICE
 
Methods inherited from class org.openmobileis.common.util.exception.OpenMISException
getNestedError, getPriority, printStackTrace, printStackTrace, printStackTrace
 
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
 

Constructor Detail

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)
Method Detail

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.