Class ConfigException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.pushtechnology.diffusion.exceptions.CheckedDiffusionException
com.pushtechnology.diffusion.DiffusionException
com.pushtechnology.diffusion.api.APIException
com.pushtechnology.diffusion.api.config.ConfigException
All Implemented Interfaces:
Serializable

public class ConfigException extends APIException
Exception in Config setting.
Since:
4.4
See Also:
  • Constructor Details

    • ConfigException

      public ConfigException(String message, Throwable cause)
      Create a new ConfigException.
      Parameters:
      message - error message
      cause - an exception that was the cause of this exception
    • ConfigException

      public ConfigException(String message)
      Create a new ConfigException.
      Parameters:
      message - error message