com.ivanceras.db.shared.exception.DAOArrayException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of orm Show documentation
Show all versions of orm Show documentation
ORM - Core Library for Database
package com.ivanceras.db.shared.exception;
public class DAOArrayException extends Exception {
/**
*
*/
private static final long serialVersionUID = -1531486866042268576L;
public DAOArrayException(String msg){
super(msg);
}
}