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:
  • Constructor Details

    • PersisterException

      public PersisterException(String message)
      Create an exception containing the message
      Parameters:
      message - The error message
    • PersisterException

      public PersisterException(String message, Throwable cause)
      Create an exception containing the message and root cause
      Parameters:
      message - The error message
      cause - The root cause