List of usage examples for com.itextpdf.tool.xml.exceptions NotImplementedException NotImplementedException
public NotImplementedException(final Throwable arg0)
From source file:org.cejug.yougi.business.AccessGroupBean.java
License:Open Source License
@Override public AccessGroup save(AccessGroup entity) { throw new NotImplementedException( "Please use the save method that accepts the list of members by parameter"); }