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:
- 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 |
LogClosedException
public LogClosedException()
LogClosedException
public LogClosedException(String s)
LogClosedException
public LogClosedException(Throwable cause)
LogClosedException
public LogClosedException(String s,
Throwable cause)
Copyright © 2011 ObjectWeb HOWL. All Rights Reserved.