public final class PersistenceException extends Exception
| Constructor and Description |
|---|
PersistenceException()
Creates a new instance of
PersistenceException without detail message. |
PersistenceException(String msg)
Constructs an instance of
PersistenceException with the specified detail message. |
PersistenceException(String msg,
Throwable cause)
Constructs an instance of
PersistenceException with the specified detail message and the specified
cause. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic PersistenceException()
PersistenceException without detail message.public PersistenceException(String msg)
PersistenceException with the specified detail message.msg - the detail message.Copyright © 2012–2026 cismet GmbH. All rights reserved.