Class KeyNotFoundException

All Implemented Interfaces:
Serializable

public class KeyNotFoundException extends BusinessObjectException
Exception class for missing keys in BOHierarchyMap
See Also:
  • Constructor Details

    • KeyNotFoundException

      public KeyNotFoundException(String strMessage, Throwable thE)
      Class constructor specifying a detailed message and the original thrown exception.
      Parameters:
      strMessage - the detailed message of this exception
      thE - the originally thrown exception
    • KeyNotFoundException

      public KeyNotFoundException(String strMessage)
      Class constructor specifying a detailed message.
      Parameters:
      strMessage - the message of this exception