Package com.sap.security.um.user
Class UnsupportedUserAttributeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sap.security.um.UMException
com.sap.security.um.user.UnsupportedUserAttributeException
- All Implemented Interfaces:
Serializable
Exception which is throw if an attribute should be read which is not
supported by the user store.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUnsupportedUserAttributeException
(String technicalMessage) Constructs a new Persistence Exception with the specified detail message.UnsupportedUserAttributeException
(String technicalMessage, Throwable thr) Constructs a new Persistence Exception with the specified detail message and cause.Constructs a new Persistence Exception with the specified cause. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnsupportedUserAttributeException
Constructs a new Persistence Exception with the specified detail message.- Parameters:
technicalMessage
- - the detail message
-
UnsupportedUserAttributeException
Constructs a new Persistence Exception with the specified cause.- Parameters:
thr
- - the root cause for creating UnsupportedUserAttributeException.
-
UnsupportedUserAttributeException
Constructs a new Persistence Exception with the specified detail message and cause.- Parameters:
technicalMessage
- - the detail messagethr
- - the root cause for creating UnsupportedUserAttributeException.
-