com.sap.security.api
Class NoSuchRoleException

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

public class NoSuchRoleException
extends NoSuchPrincipalException

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

See Also:
Serialized Form

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

NoSuchRoleException

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

NoSuchRoleException

public NoSuchRoleException(java.lang.Throwable reason)


Copyright © 2002 SAP AG All Rights Reserved.