org.codehaus.wadi.replication.manager
Class ReplicationKeyNotFoundException

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

public class ReplicationKeyNotFoundException
extends ReplicationException

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

Constructor Summary
ReplicationKeyNotFoundException(java.lang.Object key)
           
ReplicationKeyNotFoundException(java.lang.Object key, java.lang.Throwable cause)
           
 
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

ReplicationKeyNotFoundException

public ReplicationKeyNotFoundException(java.lang.Object key)

ReplicationKeyNotFoundException

public ReplicationKeyNotFoundException(java.lang.Object key,
                                       java.lang.Throwable cause)
Method Detail

getKey

public java.lang.Object getKey()


Copyright © 2008. All Rights Reserved.