Uses of Class
org.objectweb.howl.log.LogException
-
Packages that use LogException Package Description org.objectweb.howl.log Core functionality for any log file implementation.org.objectweb.howl.log.xa 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.log Modifier and Type Class Description classInvalidFileSetExceptionException thrown when LogFileManager.open() detects an invalid file set.classInvalidLogBufferExceptionException thrown when Logger detects a journal block with invalid content.classInvalidLogHeaderExceptionException thrown when XAJournalReader detects a journal block with an invalid header.classInvalidLogKeyExceptionException thrown when XAJournalReader detects a journal block with an invalid header.classLogClosedExceptionChecked exception thrown when put is called after the log has been closed.classLogConfigurationExceptionclassLogFileOverflowExceptionChecked exception thrown when the Logger attempts to switch to an alternate log file that contains the active mark.classLogRecordSizeExceptionChecked 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 LogException Modifier and Type Method Description voidReplayListener. onError(LogException exception)Called by Logger when an exception is encountered during replay.Methods in org.objectweb.howl.log that throw LogException Modifier and Type Method Description LogRecordLogger. get(LogRecord lr, long mark)Read a specific record from the log.LogRecordLogger. getNext(LogRecord lr)Read the journal record that follows the record identified by lr. -
Uses of LogException in org.objectweb.howl.log.xa
Fields in org.objectweb.howl.log.xa declared as LogException Modifier and Type Field Description (package private) LogExceptionXALogger.OpenReplayListener. replayExceptionMethods in org.objectweb.howl.log.xa with parameters of type LogException Modifier and Type Method Description voidXALogger.OpenReplayListener. onError(LogException e)voidXALogger.XAReplayListener. onError(LogException e)
-