com.sap.security.api

Class FeatureNotAvailableException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.sap.security.api.UMRuntimeException
                  extended by com.sap.security.api.FeatureNotAvailableException
All Implemented Interfaces:
Serializable

public class FeatureNotAvailableException
extends UMRuntimeException

This exception indicates a feature that is not available in the respective implementation of a user management interface. Implementations must consistently employ this exception type for unavailable features instead of showing arbitrary behaviour (e.g. return null for unsupported get-methods).

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.sap.security.api.UMRuntimeException
mMessageBuffer
 
Constructor Summary
FeatureNotAvailableException()
          Constructs a new FeatureNotAvailableException.
FeatureNotAvailableException(String message)
          Constructs a new FeatureNotAvailableException with a descriptive message.
 
Method Summary
 
Methods inherited from class com.sap.security.api.UMRuntimeException
addMessage, getMessages, getNestedException
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FeatureNotAvailableException

public FeatureNotAvailableException()
Constructs a new FeatureNotAvailableException.


FeatureNotAvailableException

public FeatureNotAvailableException(String message)
Constructs a new FeatureNotAvailableException with a descriptive message.

Parameters:
message - the detail message.
Access Rights

This class can be accessed from:


SC DC
[sap.com] ENGINEAPI [sap.com] com.sap.security.api.sda
[sap.com] ENGFACADE [sap.com] tc/je/usermanagement/api
[sap.com] CORE-TOOLS [sap.com] com.sap.engine.client.lib


Copyright 2010 SAP AG Complete Copyright Notice