com.datastax.driver.core.exceptions
Class UnsupportedFeatureException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.datastax.driver.core.exceptions.DriverException
                  extended by 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

Constructor Summary
UnsupportedFeatureException(String msg)
           
 
Method Summary
 
Methods inherited from class com.datastax.driver.core.exceptions.DriverException
copy
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnsupportedFeatureException

public UnsupportedFeatureException(String msg)


Copyright © 2014. All rights reserved.