Class MissingConfigException

All Implemented Interfaces:
Serializable

@Deprecated public class MissingConfigException extends RequestExecutionException
Deprecated.
This module will be discontinued, along with its classes and methods.
Thrown when configuration for accessing a certain system is missing.
See Also:
  • Constructor Details

    • MissingConfigException

      public MissingConfigException(@Nullable String message)
      Deprecated.
      Constructor.
      Parameters:
      message - The message.
    • MissingConfigException

      public MissingConfigException(@Nullable Throwable cause)
      Deprecated.
      Constructor.
      Parameters:
      cause - The error cause.
    • MissingConfigException

      public MissingConfigException(@Nullable String message, @Nullable Throwable cause)
      Deprecated.
      Constructor.
      Parameters:
      message - The message.
      cause - The error cause.
    • MissingConfigException

      public MissingConfigException()
      Deprecated.