Class KeyNotFoundException

All Implemented Interfaces:
Serializable

public class KeyNotFoundException extends GeneratorException
Configuration Key does not find exception.
Since:
1.1
Version:
$Revision: 5951 $ $Date: 2006-04-25 16:09:10 -0600 (Tue, 25 Apr 2006) $
Author:
Le Duc Bao, Ralf Joachim
See Also:
  • Constructor Details

    • KeyNotFoundException

      public KeyNotFoundException(String message)
      Construct KeyNotFoundException with given message.
      Parameters:
      message - Exception message.
    • KeyNotFoundException

      public KeyNotFoundException(String message, Exception ex)
      Construct KeyNotFoundException with given message and cause.
      Parameters:
      message - Exception message.
      ex - Original exception cause.