public class NoSupportedVersionException
extends java.lang.Exception
The exception about no supported version.
This exception is thrown when a version supported by server is different from the versions supported by the client. Such as server support 1,3,5 version, the client supports 2,4,6 version, then the exception is thrown.
Constructor and Description |
---|
NoSupportedVersionException()
Default constructor.
|