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