Uses of Class
org.objectweb.howl.log.LogException
Packages that use LogException
Package
Description
Core functionality for any log file implementation.
Provides public logger classes customized for use with XA Transaction
Managers.
-
Uses of LogException in org.objectweb.howl.log
Subclasses of LogException in org.objectweb.howl.logModifier and TypeClassDescriptionclass
Exception thrown when LogFileManager.open() detects an invalid file set.class
Exception thrown when Logger detects a journal block with invalid content.class
Exception thrown when XAJournalReader detects a journal block with an invalid header.class
Exception thrown when XAJournalReader detects a journal block with an invalid header.class
Checked exception thrown when put is called after the log has been closed.class
class
Checked exception thrown when the Logger attempts to switch to an alternate log file that contains the active mark.class
Checked exception thrown when the byte[] passed to put is larger than the configured buffer size.Methods in org.objectweb.howl.log with parameters of type LogExceptionModifier and TypeMethodDescriptionvoid
ReplayListener.onError
(LogException exception) Called by Logger when an exception is encountered during replay.Methods in org.objectweb.howl.log that throw LogException -
Uses of LogException in org.objectweb.howl.log.xa
Fields in org.objectweb.howl.log.xa declared as LogExceptionModifier and TypeFieldDescription(package private) LogException
XALogger.OpenReplayListener.replayException
Methods in org.objectweb.howl.log.xa with parameters of type LogExceptionModifier and TypeMethodDescriptionvoid
XALogger.OpenReplayListener.onError
(LogException e) void
XALogger.XAReplayListener.onError
(LogException e)