com.lightstreamer.interfaces.data
Class FailureException

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

public class FailureException
extends java.lang.Exception

Thrown by the subscribe and unsubscribe methods in DataProvider if the method execution has caused a severe problem that can compromise future operation of the Data Provider.

See Also:
DataProvider, Serialized Form

Constructor Summary
FailureException(java.lang.String msg)
          Constructs a FailureException 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

FailureException

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

Parameters:
msg - The detail message.