com.sleepycat.je
Class DiskOrderedCursorProducerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.sleepycat.je.DatabaseException
com.sleepycat.je.OperationFailureException
com.sleepycat.je.DiskOrderedCursorProducerException
- All Implemented Interfaces:
- Serializable
public class DiskOrderedCursorProducerException
- extends OperationFailureException
Thrown by ForwardCursor.getNext
when a
DiskOrderedCursor
producer thread throws an exception.
This exception wraps that thrown exception;
- Since:
- 5.0
- See Also:
- Serialized Form
DiskOrderedCursorProducerException
public DiskOrderedCursorProducerException(String message,
Throwable cause)
- For internal use only.
wrapSelf
public OperationFailureException wrapSelf(String msg)
- For internal use only.
- Specified by:
wrapSelf
in class OperationFailureException
Copyright (c) 2004-2012 Oracle. All rights reserved.