Class LogException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.objectweb.howl.log.LogException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
InvalidFileSetException, InvalidLogBufferException, InvalidLogHeaderException, InvalidLogKeyException, LogClosedException, LogConfigurationException, LogFileOverflowException, LogRecordSizeException

public class LogException extends Exception
Base exception class for HOWL exceptions.
See Also:
  • Field Details

    • serialVersionUID

      static final long serialVersionUID
      Determines if a de-serialized file is compatible with this class. Maintainers must change this value if and only if the new version of this class is not compatible with old versions. See Sun docs for details. Not necessary to include in first version of the class, but included here as a reminder of its importance.
      See Also:
  • Constructor Details

    • LogException

      public LogException()
    • LogException

      public LogException(String s)
    • LogException

      public LogException(Throwable cause)
    • LogException

      public LogException(String s, Throwable cause)