Class MGConfigurationException

  • All Implemented Interfaces:
    java.io.Serializable
    Direct Known Subclasses:
    MGStorageConfigurationException

    public class MGConfigurationException
    extends java.lang.Exception
    This Class indicates the exception occurred due to a invalid configuration.
    See Also:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • MGConfigurationException

        public MGConfigurationException()
      • MGConfigurationException

        public MGConfigurationException​(java.lang.String detailMessage)
      • MGConfigurationException

        public MGConfigurationException​(java.lang.Throwable throwable)