Class MetadataProviderException

All Implemented Interfaces:
Serializable

public class MetadataProviderException extends MetadataException
Thrown by the init method in MetadataProvider if there is some problem that prevents the correct behavior of the Metadata Adapter. If this exception occurs, Lightstreamer Kernel must give up the startup.
See Also:
  • Constructor Details

    • MetadataProviderException

      public MetadataProviderException(@Nullable String msg)
      Constructs a MetadataProviderException with a supplied error message text.
      Parameters:
      msg - The detail message.