Class MetadataProviderException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.lightstreamer.interfaces.metadata.MetadataProviderException
All Implemented Interfaces:
Serializable

public class MetadataProviderException extends Exception
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.