org.objectweb.howl.log
Class LogClosedException

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

Constructor Summary
LogClosedException()
          Constructs an instance of this class.
LogClosedException(java.lang.String s)
           
LogClosedException(java.lang.String s, java.lang.Throwable cause)
           
LogClosedException(java.lang.Throwable cause)
           
 
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
 

Constructor Detail

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-2007 HOWL Development Team. All Rights Reserved.