com.sap.security.api
Class NoSuchUserAccountException

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

public class NoSuchUserAccountException
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
NoSuchUserAccountException()
          Constructs a new NoSuchUserAccountException.
NoSuchUserAccountException(java.lang.String message)
          Constructs a new NoSuchUserAccountException with a descriptive message.
NoSuchUserAccountException(java.lang.Throwable reason)
           
NoSuchUserAccountException(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

NoSuchUserAccountException

public NoSuchUserAccountException()
Constructs a new NoSuchUserAccountException.

NoSuchUserAccountException

public NoSuchUserAccountException(java.lang.Throwable reason)

NoSuchUserAccountException

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

NoSuchUserAccountException

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


Copyright © 2002 SAP AG All Rights Reserved.