public class KeyNotFoundException extends RuntimeException
Should not happen with well written code, hence RuntimeException.
Constructor and Description |
---|
KeyNotFoundException()
Creates a new KeyNotFoundException datatype.
|
KeyNotFoundException(String msg)
Creates a new KeyNotFoundException datatype.
|
KeyNotFoundException(String msg,
Throwable ex)
Creates a new KeyNotFoundException datatype.
|
KeyNotFoundException(Throwable ex)
Creates a new KeyNotFoundException datatype.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public KeyNotFoundException()
public KeyNotFoundException(Throwable ex)
ex
- the cause.public KeyNotFoundException(String msg)
msg
- the detail message.Copyright © 2005–2020 jthink.net. All rights reserved.