com.sap.security.api
Class NoSuchUserException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.sap.security.api.UMException
                    |
                    +--com.sap.security.api.NoSuchPrincipalException
                          |
                          +--com.sap.security.api.NoSuchUserException
All Implemented Interfaces:
java.io.Serializable

public class NoSuchUserException
extends NoSuchPrincipalException

This exception indicates an attempt to access a non-existing user in the user store.

Version:
1.0
See Also:
Serialized Form

Fields inherited from class com.sap.security.api.NoSuchPrincipalException
VERSIONSTRING
 
Constructor Summary
NoSuchUserException()
          Constructs a new NoSuchUserExcption.
NoSuchUserException(java.lang.String message)
          Constructs a new NoSuchUserException with a descriptive message.
NoSuchUserException(java.lang.Throwable reason)
           
NoSuchUserException(java.lang.Throwable reason, java.lang.String message)
           
 
Methods inherited from class com.sap.security.api.UMException
getLocalizedMessage, getMessage, getNestedException, main, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NoSuchUserException

public NoSuchUserException()
Constructs a new NoSuchUserExcption.

NoSuchUserException

public NoSuchUserException(java.lang.Throwable reason)

NoSuchUserException

public NoSuchUserException(java.lang.String message)
Constructs a new NoSuchUserException with a descriptive message.

NoSuchUserException

public NoSuchUserException(java.lang.Throwable reason,
                           java.lang.String message)


Copyright © 2002 SAP AG All Rights Reserved.