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
Name Description
arg0 String
arg1 String

OverQuotaException(String arg0, String arg1, String arg2)

public OverQuotaException(String arg0, String arg1, String arg2)
Parameters
Name Description
arg0 String
arg1 String
arg2 String

OverQuotaException(String arg0, Throwable arg1)

public OverQuotaException(String arg0, Throwable arg1)
Parameters
Name Description
arg0 String
arg1 Throwable

Methods

cloneWithoutStackTrace()

public ApiProxy.OverQuotaException cloneWithoutStackTrace()
Returns
Type Description
ApiProxy.OverQuotaException
Overrides