Class PluginConfigException

java.lang.Object
java.lang.Throwable
java.lang.Exception
dev.turboism.sdk.config.PluginConfigException
All Implemented Interfaces:
Serializable

public class PluginConfigException extends Exception
Checked failure from the legacy string-based configuration write API.

Prefer the typed schema API for new plugin settings. This exception does not imply that a typed provider is unavailable; it reports a legacy write failure only.

See Also:
  • Constructor Details

    • PluginConfigException

      public PluginConfigException(String message)
      Creates a write failure with a sanitized explanation.
      Parameters:
      message - failure description
    • PluginConfigException

      public PluginConfigException(String message, Throwable cause)
      Creates a write failure with its underlying cause.
      Parameters:
      message - failure description
      cause - underlying failure