org.apache.hadoop.hbase.client
Class RetriesExhaustedException.ThrowableWithExtraContext

java.lang.Object
  extended by org.apache.hadoop.hbase.client.RetriesExhaustedException.ThrowableWithExtraContext
Enclosing class:
RetriesExhaustedException

public static class RetriesExhaustedException.ThrowableWithExtraContext
extends Object

Datastructure that allows adding more info around Throwable incident.


Constructor Summary
RetriesExhaustedException.ThrowableWithExtraContext(Throwable t, long when, String extras)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RetriesExhaustedException.ThrowableWithExtraContext

public RetriesExhaustedException.ThrowableWithExtraContext(Throwable t,
                                                           long when,
                                                           String extras)
Method Detail

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2013 The Apache Software Foundation. All Rights Reserved.