org.openmobileis.common.user
Class UserAlreadyExistException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.openmobileis.common.util.exception.OpenMISException
org.openmobileis.common.user.UserAlreadyExistException
- All Implemented Interfaces:
- OpenMISSerializable, java.io.Serializable
- public class UserAlreadyExistException
- extends OpenMISException
Title: OpenMobileIS project source
Description:
- Since:
- JDK 1.1
- Version:
- 1.0.
- Author:
- Philippe Delrieu
- See Also:
- Serialized Form
Method Summary |
int |
getService()
return the service assocated to the exception |
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 |
UserAlreadyExistException
public UserAlreadyExistException(java.lang.String msg)
- Parameters:
msg
-
UserAlreadyExistException
public UserAlreadyExistException(java.lang.String msg,
int logPriority)
- Parameters:
msg
- logPriority
-
UserAlreadyExistException
public UserAlreadyExistException(java.lang.String msg,
java.lang.Throwable t)
- Parameters:
msg
- t
-
UserAlreadyExistException
public UserAlreadyExistException(java.lang.String msg,
java.lang.Throwable t,
int logPriority)
- Parameters:
msg
- t
- logPriority
-
UserAlreadyExistException
public UserAlreadyExistException()
UserAlreadyExistException
public UserAlreadyExistException(int logPriority)
- Parameters:
logPriority
-
UserAlreadyExistException
public UserAlreadyExistException(java.lang.Throwable t)
- Parameters:
t
-
UserAlreadyExistException
public UserAlreadyExistException(java.lang.Throwable t,
int logPriority)
- Parameters:
t
- logPriority
-
getService
public int getService()
- Description copied from class:
OpenMISException
- return the service assocated to the exception
- Specified by:
getService
in class OpenMISException
- Returns:
- int the service int identified associated with the execption
- See Also:
LogServices
Copyright 2006 OpenMobileIS. All Rights Reserved.