Skip to content

Method: IDNotFoundForNameException()

1: package de.fhdw.wtf.persistence.exception;
2:
3: /** Is thrown if no id was found for a type or association name. */
4: public class IDNotFoundForNameException extends RuntimeException {
5:         
6:         /**
7:          *
8:          */
9:         private static final long serialVersionUID = 1L;
10:         
11: }