com.supermap.services.providers
Class NoSupportedVersionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.supermap.services.providers.NoSupportedVersionException
-
- All Implemented Interfaces:
- java.io.Serializable
public class NoSupportedVersionException extends java.lang.ExceptionThe 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.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor and Description NoSupportedVersionException()Default constructor.
-