com.basho.riak.client.raw.query
Class MapReduceTimeoutException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.basho.riak.client.RiakException
              extended by com.basho.riak.client.raw.query.MapReduceTimeoutException
All Implemented Interfaces:
Serializable

public class MapReduceTimeoutException
extends RiakException

Checked exception thrown when an Map Reduce job takes longer than the specified timeout.

Author:
russell
See Also:
IRiakClient.mapReduce(), RawClient.mapReduce(MapReduceSpec), Serialized Form

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

MapReduceTimeoutException

public MapReduceTimeoutException()


Copyright © 2012. All Rights Reserved.