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:
- 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
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.
Copyright 2006 SAP AG Complete Copyright Notice