Skip to contentMethod: IDPersistenceFilesNotFound()
      1: package de.fhdw.wtf.persistence.exception;
2: 
3: /** Is thrown if the persistence files were not found. */
4: public class IDPersistenceFilesNotFound extends RuntimeException {
5:         
6:         /**
7:          * 
8:          */
9:         private static final long serialVersionUID = 1L;
10:         
11: }