Class VersionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.lightstreamer.adapters.remote.VersionException
- All Implemented Interfaces:
 Serializable
Thrown internally to refuse the ARI protocol version specified by the Proxy Adapter.
- See Also:
 
- 
Constructor Summary
ConstructorsConstructorDescriptionVersionException(String msg) Constructs a VersionException with a supplied error message text. - 
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Constructor Details
- 
VersionException
Constructs a VersionException with a supplied error message text.- Parameters:
 msg- The detail message.
 
 -