public class PersistenceException extends Exception
Constructor and Description |
---|
PersistenceException()
Default constructor.
|
PersistenceException(String s)
Default constructor.
|
PersistenceException(String s,
Throwable throwable)
Default constructor.
|
PersistenceException(Throwable throwable)
Default constructor.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public PersistenceException()
public PersistenceException(String s)
s
- The message.public PersistenceException(String s, Throwable throwable)
s
- The message.throwable
- The Exception
.Copyright © 2021 Atlassian. All rights reserved.