org.apache.avalon.repository.provider
Class DuplicateKeyException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.apache.avalon.repository.RepositoryException
              extended byorg.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

Constructor Summary
DuplicateKeyException(String message)
          Construct a new DuplicateKeyException instance.
DuplicateKeyException(String message, Throwable cause)
          Construct a new DuplicateKeyException instance.
 
Methods inherited from class org.apache.avalon.repository.RepositoryException
getCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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.