org.codehaus.wadi.replication.storage
Class ReplicaKeyNotFoundException

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.ReplicaKeyNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class ReplicaKeyNotFoundException
extends ReplicaStorageException

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

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

ReplicaKeyNotFoundException

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

getKey

public java.lang.Object getKey()


Copyright © 2010. All Rights Reserved.