public class KeyNotFoundException extends KeyException
Constructor and Description |
---|
KeyNotFoundException()
Constructor.
|
KeyNotFoundException(Exception wrappedException)
Constructor.
|
KeyNotFoundException(String message)
Constructor.
|
KeyNotFoundException(String message,
Exception wrappedException)
Constructor.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public KeyNotFoundException()
public KeyNotFoundException(@Nullable String message)
message
- exception messagepublic KeyNotFoundException(@Nullable Exception wrappedException)
wrappedException
- exception to be wrapped by this oneCopyright © 2016 JBoss by Red Hat. All rights reserved.