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