Class FeatureNotSupportedException

  • All Implemented Interfaces:
    EtfClientException, java.io.Serializable

    public class FeatureNotSupportedException
    extends java.lang.IllegalStateException
    implements EtfClientException
    Thrown if the feature is not supported by the remote instance.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      FeatureNotSupportedException​(java.lang.String currentVersion, java.lang.String requiredVersion)  
    • 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

      • FeatureNotSupportedException

        public FeatureNotSupportedException​(java.lang.String currentVersion,
                                            java.lang.String requiredVersion)