com.netmera.facebook
Class DialogError

java.lang.Object
  extended by java.lang.Throwable
      extended by com.netmera.facebook.DialogError
All Implemented Interfaces:
java.io.Serializable

public class DialogError
extends java.lang.Throwable

Encapsulation of Dialog Error.

See Also:
Serialized Form

Constructor Summary
DialogError(java.lang.String message, int errorCode, java.lang.String failingUrl)
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DialogError

public DialogError(java.lang.String message,
                   int errorCode,
                   java.lang.String failingUrl)