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

    Methods inherited from class java.lang.Throwable

    addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • 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