Class UnsupportedFeatureException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.dsi.ant.channel.UnsupportedFeatureException
All Implemented Interfaces:
Serializable

public class UnsupportedFeatureException extends Exception
Thrown when an API feature is not supported. This is used instead of the runtime UnsupportedOperationException so that applications must catch this exception and handle working with versions of ANT Radio Service which may not support the desired feature.
Since:
4.3
See Also:
  • Constructor Details

    • UnsupportedFeatureException

      public UnsupportedFeatureException()
      Constructs the exception.
      Since:
      4.3
    • UnsupportedFeatureException

      public UnsupportedFeatureException(String detailMessage)
      Constructs the exception with the specified detail message.
      Parameters:
      detailMessage - The detail message for this exception
      Since:
      4.3