org.apache.excalibur.source
Class SourceNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.apache.excalibur.source.SourceException
org.apache.excalibur.source.SourceNotFoundException
- All Implemented Interfaces:
- org.apache.avalon.framework.CascadingThrowable, Serializable
- public class SourceNotFoundException
- extends SourceException
This Exception should be thrown if the source could not be found.
- Version:
- CVS $Revision: 1.4 $ $Date: 2004/02/28 11:47:26 $
- Author:
- Avalon Development Team
- See Also:
- Serialized Form
SourceNotFoundException
public SourceNotFoundException(String message)
- Construct a new
SourceNotFoundException
instance.
- Parameters:
message
- The detail message for this exception.
SourceNotFoundException
public SourceNotFoundException(String message,
Throwable throwable)
- Construct a new
SourceNotFoundException
instance.
- Parameters:
message
- The detail message for this exception.throwable
- the root cause of the exception
Copyright © 1997-2005 The Apache Software Foundation. All Rights Reserved.