org.apache.avalon.excalibur.event
Class SourceFullException

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.SourceFullException
All Implemented Interfaces:
org.apache.avalon.framework.CascadingThrowable, java.io.Serializable

public class SourceFullException
extends SourceException

A SourceException is thrown when an enqueue operation fails.

Author:
Berin Loritsch
See Also:
Serialized Form

Constructor Summary
SourceFullException(java.lang.String message)
           
SourceFullException(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

SourceFullException

public SourceFullException(java.lang.String message)

SourceFullException

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


Copyright © 2001 Apache Jakarta Project. All Rights Reserved.