org.apache.avalon.excalibur.event
Class SourceClosedException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.apache.avalon.framework.CascadingException
                    |
                    +--org.apache.avalon.excalibur.event.SourceException
                          |
                          +--org.apache.avalon.excalibur.event.SourceClosedException
All Implemented Interfaces:
org.apache.avalon.framework.CascadingThrowable, java.io.Serializable

public class SourceClosedException
extends SourceException

A SourceException is thrown when an enqueue operation fails.

Author:
Berin Loritsch
See Also:
Serialized Form

Constructor Summary
SourceClosedException(java.lang.String message)
           
SourceClosedException(java.lang.String message, java.lang.Throwable e)
           
 
Methods inherited from class org.apache.avalon.framework.CascadingException
getCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SourceClosedException

public SourceClosedException(java.lang.String message)

SourceClosedException

public SourceClosedException(java.lang.String message,
                             java.lang.Throwable e)


Copyright © 2001 Apache Jakarta Project. All Rights Reserved.