Uses of Class
org.objectweb.howl.log.LogException

Packages that use LogException
org.objectweb.howl.log Core functionality for any log file implementation. 
 

Uses of LogException in org.objectweb.howl.log
 

Subclasses of LogException in org.objectweb.howl.log
 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
 void ReplayListener.onError(LogException exception)
          Called by Logger when an exception is encountered during replay.
 

Methods in org.objectweb.howl.log that throw LogException
 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.
 



Copyright © 2011 ObjectWeb HOWL. All Rights Reserved.