org.apache.cassandra.db.compaction
Class CompactionInterruptedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.cassandra.db.compaction.CompactionInterruptedException
All Implemented Interfaces:
java.io.Serializable

public class CompactionInterruptedException
extends java.lang.RuntimeException

See Also:
Serialized Form

Constructor Summary
CompactionInterruptedException(CompactionInfo info)
           
 
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

CompactionInterruptedException

public CompactionInterruptedException(CompactionInfo info)


Copyright © 2012 The Apache Software Foundation