com.bigdata.journal
Class RootBlockException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.bigdata.journal.RootBlockException
- All Implemented Interfaces:
- Serializable
public class RootBlockException
- extends RuntimeException
An instance of this class is thrown if there is a problem with a root block
(bad magic, unknown version, Challis fields do not agree, checksum error,
etc).
- Version:
- $Id: RootBlockException.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 |
RootBlockException
public RootBlockException()
RootBlockException
public RootBlockException(String message)
- Parameters:
message -
RootBlockException
public RootBlockException(Throwable cause)
- Parameters:
cause -
RootBlockException
public RootBlockException(String message,
Throwable cause)
- Parameters:
message - cause -
Copyright © 2006-2011 SYSTAP, LLC. All Rights Reserved.