net.sourceforge.java.feednread.backend.configuration
Class PersistenceException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bynet.sourceforge.java.feednread.backend.configuration.PersistenceException
All Implemented Interfaces:
Serializable

public class PersistenceException
extends Exception

A PersistenceException should be raised if an error occured while performing a persistence operation, e.g. reading from a persistence source or writing the updated data back to the target.

Author:
Sebastian Machhausen
See Also:
Serialized Form

Field Summary
(package private) static long serialVersionUID
           
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
PersistenceException(String message)
           Creates a new PersistenceException with the specified detail message.
 
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
 

Field Detail

serialVersionUID

static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

PersistenceException

public PersistenceException(String message)

Creates a new PersistenceException with the specified detail message.

Parameters:
message - the detail message of the PersistenceException