org.mpisws.p2p.transport.table
Class UnknownValueException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.mpisws.p2p.transport.table.UnknownValueException
All Implemented Interfaces:
Serializable

public class UnknownValueException
extends Exception

See Also:
Serialized Form

Constructor Summary
UnknownValueException(Object source, Object key)
           
 
Method Summary
 Object getKey()
           
 Object getSource()
           
 
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

UnknownValueException

public UnknownValueException(Object source,
                             Object key)
Method Detail

getSource

public Object getSource()

getKey

public Object getKey()


Copyright © 2010. All Rights Reserved.