com.bigdata.util
Class ChecksumError

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.bigdata.util.ChecksumError
All Implemented Interfaces:
Serializable

public class ChecksumError
extends RuntimeException

Exception thrown when the checksum field does not match the checksum computed for the data being read. This is a serious error and indicates bad logic and/or corrupt data.

Version:
$Id: ChecksumError.java 2265 2009-10-26 12:51:06Z thompsonbry $
Author:
Bryan Thompson
See Also:
Serialized Form

Constructor Summary
ChecksumError(String msg)
           
 
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

ChecksumError

public ChecksumError(String msg)


Copyright © 2006-2009 SYSTAP, LLC. All Rights Reserved.