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 Summary
ConstructorsConstructorDescriptionConfigException
(String message) Create a new ConfigException.ConfigException
(String message, Throwable cause) Create a new ConfigException. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ConfigException
Create a new ConfigException.- Parameters:
message
- error messagecause
- an exception that was the cause of this exception
-
ConfigException
Create a new ConfigException.- Parameters:
message
- error message
-