com.feedhenry.sdk.exceptions
Class FHNotReadyException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.feedhenry.sdk.exceptions.FHNotReadyException
All Implemented Interfaces:
java.io.Serializable

public class FHNotReadyException
extends java.lang.Exception

This exception will be thrown if an FH API method is called before FH.init finishes.

See Also:
Serialized Form

Constructor Summary
FHNotReadyException()
           
 
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

FHNotReadyException

public FHNotReadyException()