Class ConfigNotSavedError

java.lang.Object
java.lang.Throwable
java.lang.Error
java.lang.AssertionError
com.github.wasiqb.coteafs.error.CoteafsError
com.github.wasiqb.coteafs.config.error.ConfigNotSavedError
All Implemented Interfaces:
java.io.Serializable

public class ConfigNotSavedError
extends com.github.wasiqb.coteafs.error.CoteafsError
Since:
08-Oct-2019
Author:
Wasiq Bhamla
See Also:
Serialized Form
  • Constructor Summary

    Constructors 
    Constructor Description
    ConfigNotSavedError​(java.lang.String message)  
    ConfigNotSavedError​(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

    • ConfigNotSavedError

      public ConfigNotSavedError​(java.lang.String message)
      Parameters:
      message -
      Since:
      08-Oct-2019
    • ConfigNotSavedError

      public ConfigNotSavedError​(java.lang.String message, java.lang.Throwable cause)
      Parameters:
      message -
      cause -
      Since:
      08-Oct-2019