org.apache.cassandra.db
Class ColumnSerializer.CorruptColumnException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by org.apache.cassandra.db.ColumnSerializer.CorruptColumnException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
ColumnSerializer

public static class ColumnSerializer.CorruptColumnException
extends java.io.IOException

See Also:
Serialized Form

Constructor Summary
ColumnSerializer.CorruptColumnException(java.lang.String s)
           
 
Method Summary
static ColumnSerializer.CorruptColumnException create(java.io.DataInput dis, java.nio.ByteBuffer name)
           
 
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

ColumnSerializer.CorruptColumnException

public ColumnSerializer.CorruptColumnException(java.lang.String s)
Method Detail

create

public static ColumnSerializer.CorruptColumnException create(java.io.DataInput dis,
                                                             java.nio.ByteBuffer name)


Copyright © 2013 The Apache Software Foundation