Package org.firebirdsql.gds.impl
Class GDSServerVersionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.firebirdsql.gds.GDSException
-
- org.firebirdsql.gds.impl.GDSServerVersionException
-
- All Implemented Interfaces:
java.io.Serializable
public class GDSServerVersionException extends GDSException
Exception is thrown when server returns a version string in a format that this driver does not understand.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GDSServerVersionException(java.lang.String message)
-
Method Summary
-
Methods inherited from class org.firebirdsql.gds.GDSException
createWithXAErrorCode, getFbErrorCode, getIntParam, getMessage, getNext, getParam, getSQLState, getXAErrorCode, isWarning, setNext, setXAErrorCode
-
-