public class NoSupportedVersionException extends java.lang.Exception
没有支持的版本异常。
当服务器支持的版本和客户端支持的版本没有相同的时,抛出此异常。 比如服务器支持1,3,5版本,客户端支持2,4,6版本,此时抛出本异常。
NoSupportedVersionException()
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public NoSupportedVersionException()
默认构造函数。