com.sleepycat.je.log
Class ChecksumException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sleepycat.je.log.ChecksumException
- All Implemented Interfaces:
- Serializable
public class ChecksumException
- extends Exception
Indicates that a checksum validation failed. A checked exception is used so
it can be caught and handled internally in some cases. When not handled
internally, it is wrapped with an EnvironmentFailureException with
EnvironmentFailureReason.LOG_CHECKSUM before being propagated through the
public API.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ChecksumException
public ChecksumException(String message)
ChecksumException
public ChecksumException(String message,
Exception e)
Copyright (c) 2004-2010 Oracle. All rights reserved.