Package com.appiancorp.exceptions
Class KeyNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.appiancorp.exceptions.KeyNotFoundException
- All Implemented Interfaces:
Serializable
Thrown when a key is not found in a map.
- See Also:
-
Constructor Summary
ConstructorDescriptionKeyNotFoundException
(String message) KeyNotFoundException
(String message, Throwable t) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
KeyNotFoundException
-
KeyNotFoundException
-