pm.pride.BatchUpdateRevisioningException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of pride Show documentation
Show all versions of pride Show documentation
World's smallest O/R mapper for Java
package pm.pride;
public class BatchUpdateRevisioningException extends RuntimeException {
public BatchUpdateRevisioningException(String message) {
super(message);
}
}