public class KeyNotFoundException
extends java.lang.Exception
| Constructor and Description |
|---|
KeyNotFoundException(java.lang.String message)
Creates a new KeyNotFoundException with the specified message.
|
KeyNotFoundException(java.lang.String message,
java.lang.Throwable t)
Creates a new KeyNotFoundException with the specified message, and root
cause.
|
KeyNotFoundException(java.lang.Throwable throwable)
Create an KeyNotFoundException with an exception cause.
|
public KeyNotFoundException(java.lang.String message,
java.lang.Throwable t)
message - An error message describing why this exception was thrown.t - The underlying cause of this exception.public KeyNotFoundException(java.lang.String message)
message - An error message describing why this exception was thrown.public KeyNotFoundException(java.lang.Throwable throwable)
throwable - the cause of the exception.