Exception ApiProxy.CancelledException (2.0.0)

public static class ApiProxy.CancelledException extends ApiProxy.ApiProxyException

Constructors

CancelledException(String arg0, String arg1)

public CancelledException(String arg0, String arg1)
Parameters
Name Description
arg0 String
arg1 String

CancelledException(String arg0, String arg1, String arg2)

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

Methods

cloneWithoutStackTrace()

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