Class KeyNotFoundException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.appiancorp.exceptions.KeyNotFoundException
All Implemented Interfaces:
Serializable

public class KeyNotFoundException extends Exception
Thrown when a key is not found in a map.
See Also:
  • Constructor Details

    • KeyNotFoundException

      public KeyNotFoundException(String message)
    • KeyNotFoundException

      public KeyNotFoundException(String message, Throwable t)