Synergex.util.xfJCWException

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

Signals that there was an exception at the Java class wrapper level. You should always catch this exception.

This class catches exceptions that occur within the generated Java class wrapper and all exceptions that occur within the xfnljav.jar file. It serves as a wrapper for other xfNetLink Java exceptions (except for xfPoolException).

Read the error message to determine what the specific problem is and refer to the xfNetLink Java Exceptions table.

For more information on errors, see Handling xfNetLink Java exceptions.