Package com.atlassian.bamboo.persister
Class PersisterException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.atlassian.bamboo.persister.PersisterException
- All Implemented Interfaces:
Serializable
This class types persister errors.
- Version:
- $Id: PersisterException.java,v 1.1 2005/01/05 22:20:18 andy Exp $
- See Also:
-
Constructor Summary
ConstructorDescriptionPersisterException
(String message) Create an exception containing the messagePersisterException
(String message, Throwable cause) Create an exception containing the message and root cause -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PersisterException
Create an exception containing the message- Parameters:
message
- The error message
-
PersisterException
Create an exception containing the message and root cause- Parameters:
message
- The error messagecause
- The root cause
-