TrueLicense XML 1.33

de.schlichtherle.xml
Class PersistenceServiceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Field Summary
private static long serialVersionUID
           
 
Constructor Summary
PersistenceServiceException(Throwable cause)
          Constructs an instance of PersistenceServiceException with the given cause.
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

serialVersionUID

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

PersistenceServiceException

public PersistenceServiceException(Throwable cause)
Constructs an instance of PersistenceServiceException with the given cause.

Parameters:
cause - The cause for this exception to be thrown.

TrueLicense XML 1.33

Copyright © 2005-2015 Schlichtherle IT Services. All Rights Reserved.