org.codehaus.wadi.replication.storage
Class ReplicaKeyAlreadyExistsException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.codehaus.wadi.replication.storage.ReplicaStorageException
                  extended by org.codehaus.wadi.replication.storage.ReplicaKeyAlreadyExistsException
All Implemented Interfaces:
java.io.Serializable

public class ReplicaKeyAlreadyExistsException
extends ReplicaStorageException

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

Constructor Summary
ReplicaKeyAlreadyExistsException(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

ReplicaKeyAlreadyExistsException

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

getKey

public java.lang.Object getKey()


Copyright © 2010. All Rights Reserved.