Package com.sap.security.um.user
Class PersistenceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sap.security.um.UMException
com.sap.security.um.user.PersistenceException
- All Implemented Interfaces:
Serializable
Exception class which is used in case of communication errors with the user
store during search, read or write operations.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPersistenceException
(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.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
-
PersistenceException
Constructs a new Persistence Exception with the specified detail message and cause.- Parameters:
technicalMessage
- - the detail messagethr
- - the root cause for creating PersistenceException
-
PersistenceException
Constructs a new Persistence Exception with the specified detail message.- Parameters:
technicalMessage
- - the detail message
-
PersistenceException
Constructs a new Persistence Exception with the specified cause.- Parameters:
thr
- - the root cause for creating PersistenceException
-