Package org.zkoss.zkex.xml
Class PersistenceServiceException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.zkoss.zkex.xml.PersistenceServiceException
-
- All Implemented Interfaces:
java.io.Serializable
public class PersistenceServiceException extends java.lang.ExceptionAn instance of this class is thrown when storing or loading a persistent object graph to or from an XML file has failed. This exception is always instantiated with a valid cause. Its detail message is copied from the localized detail message of the cause.- Author:
- Christian Schlichtherle
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PersistenceServiceException(java.lang.Throwable cause)Constructs an instance ofPersistenceServiceExceptionwith the specifiedcause.
-
-
-
Constructor Detail
-
PersistenceServiceException
public PersistenceServiceException(java.lang.Throwable cause)
Constructs an instance ofPersistenceServiceExceptionwith the specifiedcause.- Parameters:
cause- The cause for this exception to be thrown.- Throws:
java.lang.NullPointerException- Ifcauseisnull.
-
-