com.bigdata.util
Class ChecksumError
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ChecksumError
public ChecksumError(String msg)
Copyright © 2006-2009 SYSTAP, LLC. All Rights Reserved.