com.basho.riak.client
Class NoFactoryForConfigException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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

Constructor Summary
NoFactoryForConfigException(Class<? extends Configuration> configType)
           
 
Method Summary
 Class<? extends Configuration> getConfigType()
           
 String getMessage()
           
 
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

NoFactoryForConfigException

public NoFactoryForConfigException(Class<? extends Configuration> configType)
Parameters:
configType -
Method Detail

getMessage

public String getMessage()
Overrides:
getMessage in class Throwable

getConfigType

public Class<? extends Configuration> getConfigType()
Returns:
the configType


Copyright © 2012. All Rights Reserved.