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 class
InvalidFileSetException
Exception thrown when LogFileManager.open() detects an invalid file set.class
InvalidLogBufferException
Exception thrown when Logger detects a journal block with invalid content.class
InvalidLogHeaderException
Exception thrown when XAJournalReader detects a journal block with an invalid header.class
InvalidLogKeyException
Exception thrown when XAJournalReader detects a journal block with an invalid header.class
LogClosedException
Checked exception thrown when put is called after the log has been closed.class
LogConfigurationException
class
LogFileOverflowException
Checked exception thrown when the Logger attempts to switch to an alternate log file that contains the active mark.class
LogRecordSizeException
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 LogException Modifier and Type Method Description void
ReplayListener. 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 LogRecord
Logger. get(LogRecord lr, long mark)
Read a specific record from the log.LogRecord
Logger. 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) LogException
XALogger.OpenReplayListener. replayException
Methods in org.objectweb.howl.log.xa with parameters of type LogException Modifier and Type Method Description void
XALogger.OpenReplayListener. onError(LogException e)
void
XALogger.XAReplayListener. onError(LogException e)
-