Exception ApiProxy.FeatureNotEnabledException (2.0.0)

public static class ApiProxy.FeatureNotEnabledException extends ApiProxy.ApiProxyException

Constructors

FeatureNotEnabledException(String arg0)

public FeatureNotEnabledException(String arg0)
Parameter
NameDescription
arg0String

FeatureNotEnabledException(String arg0, String arg1, String arg2)

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

Methods

cloneWithoutStackTrace()

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