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
NameDescription
arg0String
arg1String

CancelledException(String arg0, String arg1, String arg2)

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

Methods

cloneWithoutStackTrace()

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