else {
throw new IllegalArgumentException("An unanticipated exception was received of class [" + className + "]");
}
} else if (cex instanceof CougarFrameworkException) {
CougarFrameworkException cfe = (CougarFrameworkException) cex;
throw new CougarClientException(cfe.getServerFaultCode(), cfe.getMessage(), cfe.getCause());
} else {
throw cex;
}
default:
throw new IllegalArgumentException("The Server returned an illegal result type [" + er.getResultType() + "]");