Class AbortedChangelogCursorException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.opends.server.types.OpenDsException
-
- org.opends.server.replication.server.changelog.api.ChangelogException
-
- org.opends.server.replication.server.changelog.api.AbortedChangelogCursorException
-
- All Implemented Interfaces:
Serializable
,LocalizableException
public class AbortedChangelogCursorException extends ChangelogException
This exception is thrown when a cursor that has been aborted is used.A cursor can be aborted when it is open on a log file that must be purged or cleared.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AbortedChangelogCursorException(LocalizableMessage message)
Creates a new exception with the provided message.
-
Method Summary
-
Methods inherited from class org.opends.server.types.OpenDsException
getMessageObject
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
AbortedChangelogCursorException
public AbortedChangelogCursorException(LocalizableMessage message)
Creates a new exception with the provided message.- Parameters:
message
- The message that explains the problem that occurred.
-
-