public class KeyNotFoundException
extends java.lang.RuntimeException
Should not happen with well written code, hence RuntimeException.
Constructor and Description |
---|
KeyNotFoundException()
Creates a new KeyNotFoundException datatype.
|
KeyNotFoundException(java.lang.String msg)
Creates a new KeyNotFoundException datatype.
|
KeyNotFoundException(java.lang.String msg,
java.lang.Throwable ex)
Creates a new KeyNotFoundException datatype.
|
KeyNotFoundException(java.lang.Throwable ex)
Creates a new KeyNotFoundException datatype.
|
public KeyNotFoundException()
public KeyNotFoundException(java.lang.Throwable ex)
ex
- the cause.public KeyNotFoundException(java.lang.String msg)
msg
- the detail message.public KeyNotFoundException(java.lang.String msg, java.lang.Throwable ex)
msg
- the detail message.ex
- the cause.Copyright © 2005-2013 java.net. All Rights Reserved.