com.sleepycat.je.sync
Class SyncCanceledException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.sleepycat.je.DatabaseException
com.sleepycat.je.OperationFailureException
com.sleepycat.je.sync.SyncCanceledException
- All Implemented Interfaces:
- Serializable
public class SyncCanceledException
- extends OperationFailureException
Thrown by a sync operation when it is explicitly canceled.
- See Also:
- Serialized Form
SyncCanceledException
public SyncCanceledException(String message)
- 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.