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:
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()
           
LogClosedException(java.lang.String s)
           
LogClosedException(java.lang.String s, java.lang.Throwable cause)
           
LogClosedException(java.lang.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
 

Constructor Detail

LogClosedException

public LogClosedException()

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 © 2012 ObjectWeb HOWL. All Rights Reserved.