com.sap.security.api
Class NoSuchGroupException

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

public class NoSuchGroupException
extends NoSuchPrincipalException

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

See Also:
Serialized Form

Fields inherited from class com.sap.security.api.NoSuchPrincipalException
VERSIONSTRING
 
Constructor Summary
NoSuchGroupException(java.lang.String id)
          Constructor for the NoSuchGroupException object
NoSuchGroupException(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

NoSuchGroupException

public NoSuchGroupException(java.lang.String id)
Constructor for the NoSuchGroupException object
Parameters:
id - Description of exception

NoSuchGroupException

public NoSuchGroupException(java.lang.Throwable reason)


Copyright © 2002 SAP AG All Rights Reserved.