com.softwareag.centrasite.api.common.exception
Class UserRegistrationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.softwareag.centrasite.api.common.exception.CLLException
              extended by com.softwareag.centrasite.api.common.exception.UserRegistrationException
All Implemented Interfaces:
java.io.Serializable

public class UserRegistrationException
extends CLLException

Exception thrown when any error occurs while registering the user in CentraSite

See Also:
Serialized Form

Constructor Summary
UserRegistrationException(CLLMessage msgObject)
           
UserRegistrationException(CLLMessage msgObject, java.lang.Throwable cause)
           
 
Method Summary
 
Methods inherited from class com.softwareag.centrasite.api.common.exception.CLLException
createCLLException, getAction, getExplanation, getMessage, getMessageObject, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UserRegistrationException

public UserRegistrationException(CLLMessage msgObject,
                                 java.lang.Throwable cause)

UserRegistrationException

public UserRegistrationException(CLLMessage msgObject)