org.codehaus.wadi.replication.manager
Class ReplicationKeyAlreadyExistsException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.codehaus.wadi.replication.manager.ReplicationException
                  extended by org.codehaus.wadi.replication.manager.ReplicationKeyAlreadyExistsException
All Implemented Interfaces:
java.io.Serializable

public class ReplicationKeyAlreadyExistsException
extends ReplicationException

Version:
$Revision: 2078 $
See Also:
Serialized Form

Constructor Summary
ReplicationKeyAlreadyExistsException(java.lang.Object key)
           
 
Method Summary
 java.lang.Object getKey()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, 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

ReplicationKeyAlreadyExistsException

public ReplicationKeyAlreadyExistsException(java.lang.Object key)
Method Detail

getKey

public java.lang.Object getKey()


Copyright © 2008. All Rights Reserved.