com.sun.ebxml.registry.security
Class UnregisteredUserException

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

public class UnregisteredUserException
extends UnauthorizedRequestException

This Exception is thrown when an UnregisteredUser attempts a secure operation.

See Also:
Serialized Form

Constructor Summary
UnregisteredUserException(org.apache.xml.security.signature.XMLSignature signature)
           
 
Methods inherited from class com.sun.ebxml.registry.security.UnauthorizedRequestException
getId, 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

UnregisteredUserException

public UnregisteredUserException(org.apache.xml.security.signature.XMLSignature signature)