Package com.dsi.ant.channel
Class UnsupportedFeatureException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.dsi.ant.channel.UnsupportedFeatureException
- All Implemented Interfaces:
Serializable
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 Summary
ConstructorsConstructorDescriptionConstructs the exception.UnsupportedFeatureException
(String detailMessage) Constructs the exception with the specified detail message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnsupportedFeatureException
public UnsupportedFeatureException()Constructs the exception.- Since:
- 4.3
-
UnsupportedFeatureException
Constructs the exception with the specified detail message.- Parameters:
detailMessage
- The detail message for this exception- Since:
- 4.3
-