org.openmobileis.common.user
Class UserAlreadyExistException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.openmobileis.common.util.exception.OpenMISException
              extended byorg.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

Constructor Summary
UserAlreadyExistException()
           
UserAlreadyExistException(int logPriority)
           
UserAlreadyExistException(java.lang.String msg)
           
UserAlreadyExistException(java.lang.String msg, int logPriority)
           
UserAlreadyExistException(java.lang.String msg, java.lang.Throwable t)
           
UserAlreadyExistException(java.lang.String msg, java.lang.Throwable t, int logPriority)
           
UserAlreadyExistException(java.lang.Throwable t)
           
UserAlreadyExistException(java.lang.Throwable t, int logPriority)
           
 
Method Summary
 int getService()
          return the service assocated to the exception
 
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

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

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.