org.pentaho.chart.plugin.api
Class PersistenceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
PersistenceException
public PersistenceException()
PersistenceException
public PersistenceException(String msg)
PersistenceException
public PersistenceException(Throwable th)
PersistenceException
public PersistenceException(String msg,
Throwable th)