com.netflix.astyanax.connectionpool.exceptions
Class BadConfigurationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.netflix.astyanax.connectionpool.exceptions.ConnectionException
              extended by com.netflix.astyanax.connectionpool.exceptions.OperationException
                  extended by com.netflix.astyanax.connectionpool.exceptions.BadConfigurationException
All Implemented Interfaces:
Serializable

public class BadConfigurationException
extends OperationException

See Also:
Serialized Form

Constructor Summary
BadConfigurationException(String parameter, String value, String expected)
           
BadConfigurationException(String parameter, String value, String expected, Throwable cause)
           
BadConfigurationException(String parameter, String value, Throwable cause)
           
BadConfigurationException(Throwable cause)
           
 
Method Summary
 String getExpected()
           
 String getMessage()
           
 String getParameter()
           
 String getValue()
           
 
Methods inherited from class com.netflix.astyanax.connectionpool.exceptions.ConnectionException
getHost, getLatency, getLatency, getLatencyWithPool, getOriginalMessage, setAttempt, setHost, setLatency, setLatencyWithPool
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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

BadConfigurationException

public BadConfigurationException(String parameter,
                                 String value,
                                 String expected)

BadConfigurationException

public BadConfigurationException(Throwable cause)

BadConfigurationException

public BadConfigurationException(String parameter,
                                 String value,
                                 String expected,
                                 Throwable cause)

BadConfigurationException

public BadConfigurationException(String parameter,
                                 String value,
                                 Throwable cause)
Method Detail

getParameter

public String getParameter()

getValue

public String getValue()

getExpected

public String getExpected()

getMessage

public String getMessage()
Overrides:
getMessage in class ConnectionException


Copyright © 2012. All Rights Reserved.