com.lightstreamer.interfaces.metadata
Class MetadataProviderException

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

public class MetadataProviderException
extends java.lang.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:
Serialized Form

Constructor Summary
MetadataProviderException(java.lang.String msg)
          Constructs a MetadataProviderException with a supplied error message text.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MetadataProviderException

public MetadataProviderException(java.lang.String msg)
Constructs a MetadataProviderException with a supplied error message text.

Parameters:
msg - The detail message.