org.apache.avalon.excalibur.event
Class SourceException

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

public class SourceException
extends org.apache.avalon.framework.CascadingException

A SourceException is thrown when an enqueue operation fails.

Author:
Berin Loritsch
See Also:
Serialized Form

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

SourceException

public SourceException(java.lang.String message)

SourceException

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


Copyright © 2001 Apache Jakarta Project. All Rights Reserved.