Synergex.util.xfPoolException

java.lang.Exception
   Synergex.util.xfPoolException
public class xfPoolException extends java.lang.Exception

Signals that there was an exception at the Java connection pool level. You should catch this exception if your code uses Java connection pooling.

This exception can indicate any of the following situations:

Read the error message to determine what the specific problem is.

For more information on pooling, see Understanding Java pooling and Implementing Java pooling. For more information on errors, see Handling xfNetLink Java exceptions.