Class MeterRegistryFactory.BuiltInRegistryType.UnrecognizedBuiltInRegistryTypeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
io.helidon.integrations.micrometer.MeterRegistryFactory.BuiltInRegistryType.UnrecognizedBuiltInRegistryTypeException
- All Implemented Interfaces:
Serializable
- Enclosing class:
- MeterRegistryFactory.BuiltInRegistryType
public static class MeterRegistryFactory.BuiltInRegistryType.UnrecognizedBuiltInRegistryTypeException
extends Exception
Describes an unrecognized built-in registry type.
- See Also:
-
Constructor Summary
ConstructorDescriptionUnrecognizedBuiltInRegistryTypeException
(String unrecognizedType) Creates a new instance of the exception. -
Method Summary
Modifier and TypeMethodDescriptionReturns the unrecognized type.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnrecognizedBuiltInRegistryTypeException
Creates a new instance of the exception.- Parameters:
unrecognizedType
- the unrecognized type
-
-
Method Details
-
unrecognizedType
Returns the unrecognized type.- Returns:
- the unrecognized type
-
getMessage
- Overrides:
getMessage
in classThrowable
-