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 TypeClassDescriptionclassException thrown when LogFileManager.open() detects an invalid file set.classException thrown when Logger detects a journal block with invalid content.classException thrown when XAJournalReader detects a journal block with an invalid header.classException thrown when XAJournalReader detects a journal block with an invalid header.classChecked exception thrown when put is called after the log has been closed.classclassChecked exception thrown when the Logger attempts to switch to an alternate log file that contains the active mark.classChecked 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 TypeMethodDescriptionvoidReplayListener.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) LogExceptionXALogger.OpenReplayListener.replayExceptionMethods in org.objectweb.howl.log.xa with parameters of type LogExceptionModifier and TypeMethodDescriptionvoidXALogger.OpenReplayListener.onError(LogException e) voidXALogger.XAReplayListener.onError(LogException e)