Class ConfigNotSupportedError
java.lang.Object
java.lang.Throwable
java.lang.Error
java.lang.AssertionError
com.github.wasiqb.coteafs.error.CoteafsError
com.github.wasiqb.coteafs.config.error.ConfigNotSupportedError
- All Implemented Interfaces:
java.io.Serializable
public class ConfigNotSupportedError
extends com.github.wasiqb.coteafs.error.CoteafsError
- Since:
- 30-Jun-2019
- Author:
- Wasiq Bhamla
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description ConfigNotSupportedError(java.lang.String message)ConfigNotSupportedError(java.lang.String message, java.lang.Throwable cause) -
Method Summary
Methods inherited from class com.github.wasiqb.coteafs.error.CoteafsError
getCategory, getReason, getSeverity, toString
-
Constructor Details
-
ConfigNotSupportedError
public ConfigNotSupportedError(java.lang.String message)- Parameters:
message-- Since:
- 30-Jun-2019
-
ConfigNotSupportedError
public ConfigNotSupportedError(java.lang.String message, java.lang.Throwable cause)- Parameters:
message-cause-- Since:
- 30-Jun-2019
-