@@ -263,7 +263,7 @@ public class ChengTaiRequestApiComponents {
try {
return this.getToken(parameters,httpHeaders);
} catch (Exception e) {
- throw new RuntimeException(e);
+ throw new SystemException(e.toString());
} finally {
lock.unlock();
}