Class PersistenceServiceException

  • All Implemented Interfaces:
    Serializable

    public class PersistenceServiceException
    extends Exception
    An 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 Detail

      • PersistenceServiceException

        public PersistenceServiceException​(Throwable cause)
        Constructs an instance of PersistenceServiceException with the specified cause.
        Parameters:
        cause - The cause for this exception to be thrown.
        Throws:
        NullPointerException - If cause is null.