voldemort.store.readonly.io
Class GroupIOException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by voldemort.store.readonly.io.GroupIOException
All Implemented Interfaces:
java.io.Serializable

public class GroupIOException
extends java.io.IOException

See Also:
Serialized Form

Constructor Summary
GroupIOException(java.lang.Throwable cause)
           
 
Method Summary
 void addSuppressedException(java.lang.Throwable t)
           
 void printStackTrace(java.io.PrintStream out)
           
 void printStackTrace(java.io.PrintWriter out)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GroupIOException

public GroupIOException(java.lang.Throwable cause)
Method Detail

addSuppressedException

public void addSuppressedException(java.lang.Throwable t)

printStackTrace

public void printStackTrace(java.io.PrintStream out)
Overrides:
printStackTrace in class java.lang.Throwable

printStackTrace

public void printStackTrace(java.io.PrintWriter out)
Overrides:
printStackTrace in class java.lang.Throwable


Jay Kreps, Roshan Sumbaly, Alex Feinberg, Bhupesh Bansal, Lei Gao, Chinmay Soman, Vinoth Chandar, Zhongjie Wu