com.datastax.driver.core.exceptions
Class UnsupportedFeatureException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.datastax.driver.core.exceptions.DriverException
com.datastax.driver.core.exceptions.UnsupportedFeatureException
- All Implemented Interfaces:
- Serializable
public class UnsupportedFeatureException
- extends DriverException
Exception thrown when a feature is not supported by the native protocol
currently in use.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
UnsupportedFeatureException
public UnsupportedFeatureException(String msg)
Copyright © 2014. All rights reserved.