org.apache.avalon.composition.model
Class ServiceDuplicateException
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
org.apache.avalon.composition.model.ServiceDuplicateException
- All Implemented Interfaces:
- CascadingThrowable, Serializable
- public final class ServiceDuplicateException
- extends ServiceException
Exception raised in response to an attempt to override
an existing service defintion.
- Version:
- $Revision: 1.2 $ $Date: 2004/01/24 23:25:25 $
- Author:
- Avalon Development Team
- See Also:
- Serialized Form
ServiceDuplicateException
public ServiceDuplicateException(String message)
- Construct a new
ServiceDuplicateException
instance.
- Parameters:
message
- The detail message for this exception.
ServiceDuplicateException
public ServiceDuplicateException(String message,
Throwable throwable)
- Construct a new
ServiceDuplicateException
instance.
- Parameters:
message
- The detail message for this exception.throwable
- the root cause of the exception
Copyright © The Apache Software Foundation. All Rights Reserved.