Class PersistenceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.atlassian.crowd.util.persistence.PersistenceException
- All Implemented Interfaces:
Serializable
Persistence related exception.
- See Also:
-
Constructor Summary
ConstructorDescriptionDefault constructor.Default constructor.PersistenceException
(String s, Throwable throwable) Default constructor.PersistenceException
(Throwable throwable) Default constructor. -
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
public PersistenceException()Default constructor. -
PersistenceException
Default constructor.- Parameters:
s
- The message.
-
PersistenceException
Default constructor.- Parameters:
s
- The message.throwable
- TheException
.
-
PersistenceException
Default constructor.- Parameters:
throwable
- TheException
.
-