function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
TKDudeTKDude 

ConnectionPoolTimeOutException why? (did it came from the Salesforce service ?)

I got one of these exceptions from my API calls yesterday.  What does it mean?
     common.util.ConnectionPool$ConnectionPoolTimeOutException: Request timed out waiting for connection.
 
It happened at 10:19:06AM Eastern time on 9/5/2006.
 
Note: common.util.ConnectionPool$ConnectionPoolTimeoutException is not one of my classes or .Net classes.
Appears to be an internal Salesforce (Jakarta Struts) exception.
 
What can I do to prevent it?