org.pentaho.chart.plugin.api
Class PersistenceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.pentaho.chart.plugin.api.PersistenceException
All Implemented Interfaces:
Serializable

public class PersistenceException
extends Exception

Author:
wseyler Defines a Persistence Exception to be used by IOutput
See Also:
Serialized Form

Constructor Summary
PersistenceException()
           
PersistenceException(String msg)
           
PersistenceException(String msg, Throwable th)
           
PersistenceException(Throwable th)
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PersistenceException

public PersistenceException()

PersistenceException

public PersistenceException(String msg)

PersistenceException

public PersistenceException(Throwable th)

PersistenceException

public PersistenceException(String msg,
                            Throwable th)