Class ConfigurationException

  • All Implemented Interfaces:
    java.io.Serializable

    public class ConfigurationException
    extends DataAccessException
    The Configuration was set up in a way that does not allow for a particular operation.
    Author:
    Lukas Eder
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      ConfigurationException​(java.lang.String message)
      Constructor for ConfigurationException.
      ConfigurationException​(java.lang.String message, java.lang.Throwable cause)
      Constructor for ConfigurationException.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, 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

      • ConfigurationException

        public ConfigurationException​(java.lang.String message)
        Constructor for ConfigurationException.
        Parameters:
        message - the detail message
      • ConfigurationException

        public ConfigurationException​(java.lang.String message,
                                      java.lang.Throwable cause)
        Constructor for ConfigurationException.
        Parameters:
        message - the detail message
        cause - the cause