|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.lang.RuntimeException
|
+--com.sap.security.api.UMRuntimeException
|
+--com.sap.security.api.FeatureNotAvailableException
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).
| 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 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public FeatureNotAvailableException()
public FeatureNotAvailableException(java.lang.String message)
message.message - the detail message.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||