public class DLLVersionMismatchException
extends java.lang.Exception
Constructor and Description |
---|
DLLVersionMismatchException(java.lang.String gwVer,
java.lang.String dllVer)
Creates a new exception with the specified Gateway classes version
and the specified native library version.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDllVer()
Returns the version of the native library that caused the exception
to be thrown.
|
java.lang.String |
getGwVer()
Returns the version of the Gateway classes.
|
public DLLVersionMismatchException(java.lang.String gwVer, java.lang.String dllVer)
gwVer
- The version of the Gateway classesdllVer
- The version of the native librarypublic java.lang.String getDllVer()
public java.lang.String getGwVer()