org.objectweb.howl.log
Class LogClosedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.objectweb.howl.log.LogException
org.objectweb.howl.log.LogClosedException
- All Implemented Interfaces:
- java.io.Serializable
public class LogClosedException
- extends LogException
Checked exception thrown when put is called after the log has been
closed.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
LogClosedException
public LogClosedException()
- Constructs an instance of this class.
LogClosedException
public LogClosedException(java.lang.String s)
LogClosedException
public LogClosedException(java.lang.Throwable cause)
LogClosedException
public LogClosedException(java.lang.String s,
java.lang.Throwable cause)
Copyright © 2003-2010 HOWL Development Team. All Rights Reserved.