public class PersistenceException extends UMException
Constructor and Description |
---|
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.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
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 PersistenceExceptionCopyright © 2020 SAP. All Rights Reserved.