Coverage Summary for Class: NoChangesDetectedForUpdateException (net.sf.persism)

Class Class, % Method, % Line, %
NoChangesDetectedForUpdateException 100% (1/1) 100% (1/1) 100% (1/1)


1 package net.sf.persism; 2  3 class NoChangesDetectedForUpdateException extends Exception { 4  private static final long serialVersionUID = 9109786180315226691L; 5 }