Class DeclarativeConfigException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.opentelemetry.api.incubator.config.DeclarativeConfigException
- All Implemented Interfaces:
Serializable
An exception that is thrown when errors occur with declarative configuration.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDeclarativeConfigException(String message) Create a new configuration exception with specifiedmessageand without a cause.DeclarativeConfigException(String message, Throwable cause) Create a new configuration exception with specifiedmessageandcause. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DeclarativeConfigException
Create a new configuration exception with specifiedmessageand without a cause. -
DeclarativeConfigException
Create a new configuration exception with specifiedmessageandcause.
-