com.autonomy.aci.exceptions
Class UserExistsException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.autonomy.aci.exceptions.AciException
              extended bycom.autonomy.aci.exceptions.IDOLException
                  extended bycom.autonomy.aci.exceptions.UserExistsException
All Implemented Interfaces:
java.io.Serializable

public class UserExistsException
extends IDOLException

Indicates that IDOL refused to create a user as the username is already being used.

See Also:
Serialized Form

Constructor Summary
UserExistsException(java.lang.String sUsername)
           
 
Method Summary
 java.lang.String getMessage()
           
 void setUsername(java.lang.String sUsername)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UserExistsException

public UserExistsException(java.lang.String sUsername)
Method Detail

setUsername

public void setUsername(java.lang.String sUsername)

getMessage

public java.lang.String getMessage()