com.sap.security.api
Class FeatureNotAvailableException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--com.sap.security.api.UMRuntimeException
                          |
                          +--com.sap.security.api.FeatureNotAvailableException
All Implemented Interfaces:
java.io.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).

Version:
1.0
See Also:
Serialized Form

Constructor Summary
FeatureNotAvailableException()
          Constructs a new FeatureNotAvailableException.
FeatureNotAvailableException(java.lang.String message)
          Constructs a new FeatureNotAvailableException 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

FeatureNotAvailableException

public FeatureNotAvailableException()
Constructs a new FeatureNotAvailableException.

FeatureNotAvailableException

public FeatureNotAvailableException(java.lang.String message)
Constructs a new FeatureNotAvailableException with a descriptive message.
Parameters:
message - the detail message.


Copyright © 2002 SAP AG All Rights Reserved.