Class ConfigNotFoundException

All Implemented Interfaces:
Serializable

public class ConfigNotFoundException extends CometException
The type Config not found exception.
See Also:
  • Constructor Details

    • ConfigNotFoundException

      public ConfigNotFoundException(Object caller, String message)
      Instantiates a new Config not found exception.
      Parameters:
      caller - the caller
      message - the message
    • ConfigNotFoundException

      public ConfigNotFoundException(Object caller, Throwable cause)
      Instantiates a new Config not found exception.
      Parameters:
      caller - the caller
      cause - the cause