org.objectweb.howl.log
Class LogClosedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.objectweb.howl.log.LogException
              extended by 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

Field Summary
(package private) static long serialVersionUID
          Determines if a de-serialized file is compatible with this class.
 
Constructor Summary
LogClosedException()
           
LogClosedException(String s)
           
LogClosedException(String s, Throwable cause)
           
LogClosedException(Throwable cause)
           
 
Method Summary
 
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
 

Field Detail

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:
Constant Field Values
Constructor Detail

LogClosedException

public LogClosedException()

LogClosedException

public LogClosedException(String s)

LogClosedException

public LogClosedException(Throwable cause)

LogClosedException

public LogClosedException(String s,
                          Throwable cause)