de.schlichtherle.xml
Class PersistenceServiceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.schlichtherle.xml.PersistenceServiceException
- All Implemented Interfaces:
- Serializable
public class PersistenceServiceException
- extends Exception
Indicates failure to store or load a persistent object graph to or from an
XML file.
This exception is always instantiated with a valid cause.
Its detail message is copied from the detail message of the cause.
- Author:
- Christian Schlichtherle
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
PersistenceServiceException
public PersistenceServiceException(Throwable cause)
- Constructs an instance of
PersistenceServiceException
with the given cause.
- Parameters:
cause - The cause for this exception to be thrown.
Copyright © 2005-2015 Schlichtherle IT Services. All Rights Reserved.