uk.org.ogsadai.config
Class KeyValueUnknownException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by uk.org.ogsadai.exception.DAIUncheckedException
                  extended by uk.org.ogsadai.config.KeyValueUnknownException
All Implemented Interfaces:
java.io.Serializable, DAIExceptionInformation

public class KeyValueUnknownException
extends DAIUncheckedException

A key is unknown.

Author:
The OGSA-DAI Project Team
See Also:
Serialized Form

Constructor Summary
KeyValueUnknownException(Key key)
          Constructor.
 
Method Summary
 Key getKey()
          Return the key.
 
Methods inherited from class uk.org.ogsadai.exception.DAIUncheckedException
getErrorID, getExceptionID, getLocalizedMessage, getMessage, getParameters, hasChild, setErrorID, setParameters
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, 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

KeyValueUnknownException

public KeyValueUnknownException(Key key)
Constructor.

Parameters:
key - Key.
Method Detail

getKey

public Key getKey()
Return the key.

Returns:
the key.