|
||||||||||
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.PersistenceException
public class PersistenceException
Exception class which is used in case of communication errors with the user store during search, read or write operations.
Constructor Summary | |
---|---|
PersistenceException(String technicalMessage)
Constructs a new Persistence Exception with the specified detail message. |
|
PersistenceException(String technicalMessage,
Throwable thr)
Constructs a new Persistence Exception with the specified detail message and cause. |
|
PersistenceException(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 PersistenceException(String technicalMessage, Throwable thr)
technicalMessage
- - the detail messagethr
- - the root cause for creating PersistenceExceptionpublic PersistenceException(String technicalMessage)
technicalMessage
- - the detail messagepublic PersistenceException(Throwable thr)
thr
- - the root cause for creating PersistenceException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |