com.basho.riak.client
Class NoFactoryForConfigException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.basho.riak.client.NoFactoryForConfigException
- All Implemented Interfaces:
- Serializable
public class NoFactoryForConfigException
- extends RuntimeException
RuntimeException
thrown by RiakFactory
if it is unable to
find a RiakClientFactory
to create a client for the given
configuration.
- Author:
- russell
- See Also:
- Serialized Form
NoFactoryForConfigException
public NoFactoryForConfigException(Class<? extends Configuration> configType)
- Parameters:
configType
-
getMessage
public String getMessage()
- Overrides:
getMessage
in class Throwable
getConfigType
public Class<? extends Configuration> getConfigType()
- Returns:
- the configType
Copyright © 2012. All Rights Reserved.