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
public class PersisterException extends Exception
This class types persister errors.- Version:
- $Id: PersisterException.java,v 1.1 2005/01/05 22:20:18 andy Exp $
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PersisterException(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 Detail
-
PersisterException
public PersisterException(String message)
Create an exception containing the message- Parameters:
message
- The error message
-
-