org.apache.avalon.repository.provider
Class DuplicateKeyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.avalon.repository.RepositoryException
org.apache.avalon.repository.provider.DuplicateKeyException
- All Implemented Interfaces:
- Serializable
- public class DuplicateKeyException
- extends RepositoryException
Exception to indicate that a requested factory was not found.
- Version:
- $Revision: 1.1 $ $Date: 2004/02/27 22:39:37 $
- Author:
- Avalon Development Team
- See Also:
- Serialized Form
DuplicateKeyException
public DuplicateKeyException(String message)
- Construct a new
DuplicateKeyException
instance.
- Parameters:
message
- The detail message for this exception.
DuplicateKeyException
public DuplicateKeyException(String message,
Throwable cause)
- Construct a new
DuplicateKeyException
instance.
- Parameters:
message
- The detail message for this exception.cause
- the root cause of the exception
Copyright © The Apache Software Foundation. All Rights Reserved.