Class InvalidConfigurationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.sentrysoftware.metricshub.engine.common.exception.InvalidConfigurationException
- All Implemented Interfaces:
Serializable
Represents an exception that is thrown when an invalid configuration is encountered.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInvalidConfigurationException(String message) Constructs a new instance of theInvalidConfigurationException.InvalidConfigurationException(String message, Throwable th) Constructs a new instance of theInvalidConfigurationException. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidConfigurationException
Constructs a new instance of theInvalidConfigurationException.- Parameters:
message- The detail message.th- TheThrowablecause.
-
InvalidConfigurationException
Constructs a new instance of theInvalidConfigurationException.- Parameters:
message- The detail message.
-