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.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.

    See Also:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • NoSupportedVersionException

        public NoSupportedVersionException()
        

        Default constructor.