-
- All Implemented Interfaces:
-
java.io.Serializable
public class DataCollectorInvalidConfigException extends DataCollectorException
Exception indicating data collector invalid config failed or is invalid.
Thrown by the corresponding public API when the error condition is detected. Catch and handle per integration guidance; message text is for diagnostics only.
-
-
Constructor Summary
Constructors Constructor Description DataCollectorInvalidConfigException(String message)DataCollectorInvalidConfigException(String message, Throwable cause)
-