|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.sap.security.um.UMException
com.sap.security.um.user.UnsupportedUserAttributeException
public class UnsupportedUserAttributeException
Exception which is throw if an attribute should be read which is not supported by the user store.
Constructor Summary | |
---|---|
UnsupportedUserAttributeException(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. |
|
UnsupportedUserAttributeException(Throwable thr)
Constructs a new Persistence Exception with the specified cause. |
Method Summary |
---|
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 |
---|
public UnsupportedUserAttributeException(String technicalMessage)
technicalMessage
- - the detail messagepublic UnsupportedUserAttributeException(Throwable thr)
thr
- - the root cause for creating UnsupportedUserAttributeException.public UnsupportedUserAttributeException(String technicalMessage, Throwable thr)
technicalMessage
- - the detail messagethr
- - the root cause for creating UnsupportedUserAttributeException.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |