public class PersistenceException extends RuntimeException
| Constructor and Description |
|---|
PersistenceException()
Instantiates a new persistence exception.
|
PersistenceException(String message)
Instantiates a new persistence exception.
|
PersistenceException(String message,
Throwable cause)
Instantiates a new persistence exception.
|
PersistenceException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace)
Instantiates a new persistence exception.
|
PersistenceException(Throwable cause)
Instantiates a new persistence exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic PersistenceException()
public PersistenceException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
message - the messagecause - the causeenableSuppression - the enable suppressionwritableStackTrace - the writable stack tracepublic PersistenceException(String message, Throwable cause)
message - the messagecause - the causepublic PersistenceException(String message)
message - the messagepublic PersistenceException(Throwable cause)
cause - the causeCopyright © 2010–2018 Eclipse Foundation. All rights reserved.