public class AbortedChangelogCursorException extends ChangelogException
A cursor can be aborted when it is open on a log file that must be purged or cleared.
| Constructor and Description |
|---|
AbortedChangelogCursorException(LocalizableMessage message)
Creates a new exception with the provided message.
|
AbortedChangelogCursorException(LocalizableMessage message,
Throwable cause)
Creates a new exception with the provided message and cause.
|
AbortedChangelogCursorException(Throwable cause)
Creates a new exception with the provided cause.
|
getMessageObjectaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic AbortedChangelogCursorException(LocalizableMessage message)
message - The message that explains the problem that occurred.public AbortedChangelogCursorException(Throwable cause)
cause - The underlying cause that triggered this exception.public AbortedChangelogCursorException(LocalizableMessage message, Throwable cause)
message - The message that explains the problem that occurred.cause - The underlying cause that triggered this exception.Copyright © 2010-2015 ForgeRock AS. All Rights Reserved.