org.apache.avalon.composition.model
Class ServiceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.avalon.framework.CascadingException
org.apache.avalon.composition.model.ModelException
org.apache.avalon.composition.model.ServiceException
- All Implemented Interfaces:
- CascadingThrowable, Serializable
- Direct Known Subclasses:
- ServiceDuplicateException, ServiceUnknownException
- public class ServiceException
- extends ModelException
Exception to indicate that there was a service related error.
- Version:
- $Revision: 1.1.1.1 $ $Date: 2003/08/31 14:27:19 $
- Author:
- Avalon Development Team
- See Also:
- Serialized Form
ServiceException
public ServiceException(String message)
- Construct a new
ServiceException
instance.
- Parameters:
message
- The detail message for this exception.
ServiceException
public ServiceException(String message,
Throwable throwable)
- Construct a new
ServiceException
instance.
- Parameters:
message
- The detail message for this exception.throwable
- the root cause of the exception
Copyright © Apache Software Foundation. All Rights Reserved.