com.sun.ebxml.registry.security
Class UserRegistrationException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.sun.ebxml.registry.RegistryException
              extended bycom.sun.ebxml.registry.security.UserRegistrationException
All Implemented Interfaces:
java.io.Serializable

public class UserRegistrationException
extends RegistryException

This Exception is thrown when User regstration fails for some reason.

See Also:
Serialized Form

Constructor Summary
UserRegistrationException(java.lang.Exception e)
           
UserRegistrationException(java.lang.String msg)
           
UserRegistrationException(java.lang.String msg, java.lang.Exception e)
           
 
Methods inherited from class com.sun.ebxml.registry.RegistryException
getException, getMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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

UserRegistrationException

public UserRegistrationException(java.lang.String msg)

UserRegistrationException

public UserRegistrationException(java.lang.Exception e)

UserRegistrationException

public UserRegistrationException(java.lang.String msg,
                                 java.lang.Exception e)