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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, toString |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
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.