com.basho.riak.client.query
Class NoInputsException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by java.lang.IllegalStateException
                  extended by com.basho.riak.client.query.InvalidMapReduceException
                      extended by com.basho.riak.client.query.NoInputsException
All Implemented Interfaces:
Serializable

public class NoInputsException
extends InvalidMapReduceException

Thrown when a MapReduce has been configured with no inputs

Author:
russell
See Also:
Serialized Form

Constructor Summary
NoInputsException()
           
 
Method Summary
 
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

NoInputsException

public NoInputsException()


Copyright © 2012. All Rights Reserved.