UserAlreadyExistsException Class

com.bea.p13n.usermgmt
UserAlreadyExistsException Class

public class UserAlreadyExistsException

    extends ApplicationException

Application exception class that will be thrown when an attempt is made to create a user that already exists.


Hierarchy
Object
  Throwable
    Exception
      ApplicationException
        UserAlreadyExistsException
All Implemented Interfaces

Serializable

Constructor Summary

UserAlreadyExistsException()

UserAlreadyExistsException(String message, Throwable t)

Constructor
UserAlreadyExistsException(String message)

Constructor
UserAlreadyExistsException(Throwable t)

Constructor
 

Method Summary

 
Methods from  java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
   

Constructor Detail

UserAlreadyExistsException

public UserAlreadyExistsException()

UserAlreadyExistsException

public UserAlreadyExistsException(String message, 
                                  Throwable t)
Constructor

UserAlreadyExistsException

public UserAlreadyExistsException(String message)
Constructor

UserAlreadyExistsException

public UserAlreadyExistsException(Throwable t)
Constructor