Package deltix.qsrv.hf.pub
Class KeyNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- deltix.qsrv.hf.pub.KeyNotFoundException
-
- All Implemented Interfaces:
java.io.Serializable
public class KeyNotFoundException extends java.lang.Exception
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description KeyNotFoundException(java.lang.String key)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getKey()
Returns the key that was not found.
-