com.sap.security.api
Class NoSuchObjectException

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

public class NoSuchObjectException
extends NoSuchPrincipalException

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

Version:
1.0
See Also:
Serialized Form

Fields inherited from class com.sap.security.api.NoSuchPrincipalException
VERSIONSTRING
 
Constructor Summary
NoSuchObjectException()
          Constructs a new NoSuchUserExcption.
NoSuchObjectException(java.lang.String message)
          Constructs a new NoSuchObjectException with a descriptive message.
NoSuchObjectException(java.lang.Throwable reason)
           
 
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

NoSuchObjectException

public NoSuchObjectException()
Constructs a new NoSuchUserExcption.

NoSuchObjectException

public NoSuchObjectException(java.lang.Throwable reason)

NoSuchObjectException

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


Copyright © 2002 SAP AG All Rights Reserved.