if (className.equals(PortalException.class.getName())) {
return new PortalException();
}
if (className.equals(SystemException.class.getName())) {
return new SystemException();
}
if (className.equals(
"br.com.thiagomoreira.liferay.plugins.notfound.services.NoSuchNotFoundException")) {
return new br.com.thiagomoreira.liferay.plugins.notfound.services.NoSuchNotFoundException();