Class ConfigurationExceptionNoConfigurationFound
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
one.microstream.exceptions.BaseException
one.microstream.configuration.exceptions.ConfigurationException
one.microstream.configuration.exceptions.ConfigurationExceptionNoConfigurationFound
- All Implemented Interfaces:
Serializable
public class ConfigurationExceptionNoConfigurationFound extends ConfigurationException
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description ConfigurationExceptionNoConfigurationFound()
ConfigurationExceptionNoConfigurationFound(String message)
ConfigurationExceptionNoConfigurationFound(String message, Throwable cause)
ConfigurationExceptionNoConfigurationFound(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
ConfigurationExceptionNoConfigurationFound(Throwable cause)
-
Method Summary
Methods inherited from class one.microstream.configuration.exceptions.ConfigurationException
configuration
Methods inherited from class one.microstream.exceptions.BaseException
assembleDetailString, assembleExplicitMessageAddon, assembleOutputString, getMessage, message
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ConfigurationExceptionNoConfigurationFound
-
ConfigurationExceptionNoConfigurationFound
-
ConfigurationExceptionNoConfigurationFound
-
ConfigurationExceptionNoConfigurationFound
-
ConfigurationExceptionNoConfigurationFound
public ConfigurationExceptionNoConfigurationFound()
-