com.atlassian.crowd.manager.application
Class AliasAlreadyInUseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.atlassian.crowd.manager.application.AliasAlreadyInUseException
All Implemented Interfaces:
Serializable

public class AliasAlreadyInUseException
extends Exception

Used to indicate that an alias is already by another application user.

See Also:
Serialized Form

Constructor Summary
AliasAlreadyInUseException(String applicationName, String aliasName, String username)
           
 
Method Summary
 String getAliasName()
           
 String getApplicationName()
           
 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

AliasAlreadyInUseException

public AliasAlreadyInUseException(String applicationName,
                                  String aliasName,
                                  String username)
Method Detail

getApplicationName

public String getApplicationName()

getAliasName

public String getAliasName()

getUsername

public String getUsername()


Copyright © 2013 Atlassian. All Rights Reserved.