Exception ApiProxy.OverQuotaException (2.0.0)

public static class ApiProxy.OverQuotaException extends ApiProxy.ApiProxyException

Constructors

OverQuotaException(String arg0, String arg1)

public OverQuotaException(String arg0, String arg1)
Parameters
NameDescription
arg0String
arg1String

OverQuotaException(String arg0, String arg1, String arg2)

public OverQuotaException(String arg0, String arg1, String arg2)
Parameters
NameDescription
arg0String
arg1String
arg2String

OverQuotaException(String arg0, Throwable arg1)

public OverQuotaException(String arg0, Throwable arg1)
Parameters
NameDescription
arg0String
arg1Throwable

Methods

cloneWithoutStackTrace()

public ApiProxy.OverQuotaException cloneWithoutStackTrace()
Returns
TypeDescription
ApiProxy.OverQuotaException
Overrides