Class ConfigNotFoundException

  • All Implemented Interfaces:
    java.io.Serializable

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

      • ConfigNotFoundException

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

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