com.netflix.astyanax.connectionpool.exceptions
Class BadConfigurationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.netflix.astyanax.connectionpool.exceptions.ConnectionException
com.netflix.astyanax.connectionpool.exceptions.OperationException
com.netflix.astyanax.connectionpool.exceptions.BadConfigurationException
- All Implemented Interfaces:
- java.io.Serializable
public class BadConfigurationException
- extends OperationException
- See Also:
- Serialized Form
| 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 |
BadConfigurationException
public BadConfigurationException(java.lang.String parameter,
java.lang.String value,
java.lang.String expected)
BadConfigurationException
public BadConfigurationException(java.lang.Throwable cause)
BadConfigurationException
public BadConfigurationException(java.lang.String parameter,
java.lang.String value,
java.lang.String expected,
java.lang.Throwable cause)
BadConfigurationException
public BadConfigurationException(java.lang.String parameter,
java.lang.String value,
java.lang.Throwable cause)
getParameter
public java.lang.String getParameter()
getValue
public java.lang.String getValue()
getExpected
public java.lang.String getExpected()
getMessage
public java.lang.String getMessage()
- Overrides:
getMessage in class ConnectionException