Class FeatureNotSupportedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- java.lang.IllegalStateException
-
- de.interactive_instruments.etf.client.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)
-