Constructors Summary |
---|
public GdataIndexerException()Creates a new GdataIndexerException
super();
|
public GdataIndexerException(String arg0)Creates a new GdataIndexerException with a new exception message
super(arg0);
|
public GdataIndexerException(String arg0, Throwable arg1)Creates a new GdataIndexerException with a new exception message and a
root cause
super(arg0, arg1);
|
public GdataIndexerException(Throwable arg0)Creates a new GdataIndexerException with a root cause
super(arg0);
|