net.sf.jportlet.service.user
Class UserEmailNotUniqueException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--javax.servlet.ServletException
                    |
                    +--net.sf.jportlet.portlet.PortletException
                          |
                          +--net.sf.jportlet.service.PortletServiceException
                                |
                                +--net.sf.jportlet.service.user.UserException
                                      |
                                      +--net.sf.jportlet.service.user.UserEmailNotUniqueException
All Implemented Interfaces:
java.io.Serializable

public class UserEmailNotUniqueException
extends UserException

Author:
herve
See Also:
Serialized Form

Constructor Summary
UserEmailNotUniqueException()
           
UserEmailNotUniqueException(java.lang.String arg0)
           
UserEmailNotUniqueException(java.lang.String arg0, java.lang.Throwable arg1)
           
UserEmailNotUniqueException(java.lang.Throwable arg0)
           
 
Methods inherited from class javax.servlet.ServletException
getRootCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UserEmailNotUniqueException

public UserEmailNotUniqueException()

UserEmailNotUniqueException

public UserEmailNotUniqueException(java.lang.String arg0)
Parameters:
arg0 -

UserEmailNotUniqueException

public UserEmailNotUniqueException(java.lang.String arg0,
                                   java.lang.Throwable arg1)
Parameters:
arg0 -
arg1 -

UserEmailNotUniqueException

public UserEmailNotUniqueException(java.lang.Throwable arg0)
Parameters:
arg0 -


Copyright © 2002 Herve Tchepannou. All Rights Reserved.