com.sap.security.api
Class NoSuchPrincipalException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.sap.security.api.UMException
                    |
                    +--com.sap.security.api.NoSuchPrincipalException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
NoSuchGroupException, NoSuchObjectException, NoSuchRoleException, NoSuchUserAccountException, NoSuchUserException

public class NoSuchPrincipalException
extends UMException

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

Version:
1.0
See Also:
Serialized Form

Field Summary
static java.lang.String VERSIONSTRING
           
 
Constructor Summary
NoSuchPrincipalException()
          Constructs a new NoSuchPrincipalException.
NoSuchPrincipalException(java.lang.String message)
          Constructs a new NoSuchPrincipalException with a descriptive message.
NoSuchPrincipalException(java.lang.Throwable reason)
           
NoSuchPrincipalException(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
 

Field Detail

VERSIONSTRING

public static final java.lang.String VERSIONSTRING
Constructor Detail

NoSuchPrincipalException

public NoSuchPrincipalException()
Constructs a new NoSuchPrincipalException.

NoSuchPrincipalException

public NoSuchPrincipalException(java.lang.Throwable reason)

NoSuchPrincipalException

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

NoSuchPrincipalException

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


Copyright © 2002 SAP AG All Rights Reserved.