org.openmobileis.common.util.exception
Class ServerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.openmobileis.common.util.exception.OpenMISException
org.openmobileis.common.util.exception.ServerException
- All Implemented Interfaces:
- OpenMISSerializable, java.io.Serializable
- public class ServerException
- extends OpenMISException
Title: OpenMobileIS project source
The exception for general Server process
- Since:
- JDK1.1
- Version:
- 1.0
- Author:
- Philippe Delrieu
- See Also:
- Serialized Form
Method Summary |
int |
getService()
return the default id : LogServices.SERVERSERVICE |
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 |
ServerException
public ServerException()
ServerException
public ServerException(int priority)
ServerException
public ServerException(java.lang.String msg)
ServerException
public ServerException(java.lang.String msg,
int priority)
ServerException
public ServerException(java.lang.String msg,
java.lang.Throwable t)
ServerException
public ServerException(java.lang.String msg,
java.lang.Throwable t,
int priority)
ServerException
public ServerException(java.lang.Throwable t)
ServerException
public ServerException(java.lang.Throwable t,
int priority)
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.