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 Details

    • UnrecognizedBuiltInRegistryTypeException

      public UnrecognizedBuiltInRegistryTypeException(String unrecognizedType)
      Creates a new instance of the exception.
      Parameters:
      unrecognizedType - the unrecognized type
  • Method Details

    • unrecognizedType

      public String unrecognizedType()
      Returns the unrecognized type.
      Returns:
      the unrecognized type
    • getMessage

      public String getMessage()
      Overrides:
      getMessage in class Throwable