com.atlassian.crowd.exception
Class UserAlreadyExistsException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.atlassian.crowd.exception.CrowdException
              extended by com.atlassian.crowd.exception.UserAlreadyExistsException
All Implemented Interfaces:
Serializable

public final class UserAlreadyExistsException
extends CrowdException

Thrown to indicate that a user already exists in the directory.

See Also:
Serialized Form

Constructor Summary
UserAlreadyExistsException(long directoryId, String name)
           
 
Method Summary
 long getDirectoryId()
           
 String getUserName()
           
 
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

UserAlreadyExistsException

public UserAlreadyExistsException(long directoryId,
                                  String name)
Method Detail

getDirectoryId

public long getDirectoryId()

getUserName

public String getUserName()


Copyright © 2012 Atlassian. All Rights Reserved.