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
Exception in Config setting.
- Since:
- 4.4
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionConfigException(String message) Create a new ConfigException.ConfigException(String message, Throwable cause) Create a new ConfigException.
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
ConfigExceptionCreate a new ConfigException.- Parameters:
- message- error message
- cause- an exception that was the cause of this exception
 
- 
ConfigExceptionCreate a new ConfigException.- Parameters:
- message- error message
 
 
-