if (className.equals(PortalException.class.getName())) {
return new PortalException();
}
if (className.equals(SystemException.class.getName())) {
return new SystemException();
}
if (className.equals("com.jenginetest.builder.NoSuchSAuthorException")) {
return new com.jenginetest.builder.NoSuchSAuthorException();
}