net.sourceforge.java.feednread.backend.configuration
Class PersistenceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
net.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
| Fields inherited from class java.lang.Throwable |
|
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
serialVersionUID
static final long serialVersionUID
- See Also:
- Constant Field Values
PersistenceException
public PersistenceException(String message)
Creates a new PersistenceException with the specified
detail message.
- Parameters:
message - the detail message of the
PersistenceException