org.objectweb.howl.log
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:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
LogException
public LogException()
LogException
public LogException(String s)
LogException
public LogException(Throwable cause)
LogException
public LogException(String s,
Throwable cause)
Copyright © 2011 ObjectWeb HOWL. All Rights Reserved.