org.openmobileis.common.util.exception
Class ServiceException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.openmobileis.common.util.exception.OpenMISException
              extended byorg.openmobileis.common.util.exception.ServiceException
All Implemented Interfaces:
OpenMISSerializable, java.io.Serializable

public class ServiceException
extends OpenMISException

Title: OpenMobileIS project source The exception for general service process

Since:
JDK1.1
Version:
1.0
Author:
Philippe Delrieu
See Also:
Serialized Form

Constructor Summary
ServiceException()
           
ServiceException(int priority)
           
ServiceException(java.lang.String msg)
           
ServiceException(java.lang.String msg, int priority)
           
ServiceException(java.lang.String msg, java.lang.Throwable t)
           
ServiceException(java.lang.String msg, java.lang.Throwable t, int priority)
           
ServiceException(java.lang.Throwable t)
           
ServiceException(java.lang.Throwable t, int priority)
           
 
Method Summary
 int getService()
          return the default id : LogServices.SERVERSERVICE
 
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

ServiceException

public ServiceException()

ServiceException

public ServiceException(int priority)

ServiceException

public ServiceException(java.lang.String msg)

ServiceException

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

ServiceException

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

ServiceException

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

ServiceException

public ServiceException(java.lang.Throwable t)

ServiceException

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

getService

public int getService()
return the default id : LogServices.SERVERSERVICE

Specified by:
getService in class OpenMISException
Returns:
int LogServices.SERVERSERVICE
See Also:
LogServices


Copyright 2006 OpenMobileIS. All Rights Reserved.