com.sap.security.api
Class NoSuchPCDRoleException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--com.sap.security.api.UMRuntimeException
                          |
                          +--com.sap.security.api.NoSuchPCDRoleException
All Implemented Interfaces:
java.io.Serializable

public class NoSuchPCDRoleException
extends UMRuntimeException

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

See Also:
Serialized Form

Constructor Summary
NoSuchPCDRoleException(java.lang.String message)
           
NoSuchPCDRoleException(java.lang.Throwable exception)
          Constructs a new NoSuchPCDRoleException with a descriptive message.
 
Methods inherited from class com.sap.security.api.UMRuntimeException
getNestedException, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NoSuchPCDRoleException

public NoSuchPCDRoleException(java.lang.Throwable exception)
Constructs a new NoSuchPCDRoleException with a descriptive message.

NoSuchPCDRoleException

public NoSuchPCDRoleException(java.lang.String message)


Copyright © 2002 SAP AG All Rights Reserved.