com.sun.ebxml.registry.security
Class UserNotFoundException

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

public class UserNotFoundException
extends RegistryException

This Exception is thrown when searching a User by id fails to find a User.

See Also:
Serialized Form

Constructor Summary
UserNotFoundException(java.lang.String userId)
           
 
Method Summary
 java.lang.String getUserId()
           
 
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

UserNotFoundException

public UserNotFoundException(java.lang.String userId)
Method Detail

getUserId

public java.lang.String getUserId()