com.atlassian.bamboo.persister
Class PersisterException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.atlassian.bamboo.persister.PersisterException
All Implemented Interfaces:
java.io.Serializable

public class PersisterException
extends java.lang.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
PersisterException(java.lang.String message)
          Create an exception containing the message
PersisterException(java.lang.String message, java.lang.Throwable cause)
          Create an exception containing the message and root cause
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PersisterException

public PersisterException(java.lang.String message)
Create an exception containing the message

Parameters:
message - The error message

PersisterException

public PersisterException(java.lang.String message,
                          java.lang.Throwable cause)
Create an exception containing the message and root cause

Parameters:
message - The error message
cause - The root cause


Copyright © 2012 Atlassian. All Rights Reserved.