Package com.thingworx.common.exceptions
Class InvalidConfigurationRequestException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.thingworx.common.exceptions.GenericHTTPException
com.thingworx.common.exceptions.InvalidRequestException
com.thingworx.common.exceptions.InvalidConfigurationRequestException
- All Implemented Interfaces:
Serializable
@ThingworxExtensionApiClass(since={7,3},
canInstantiate=true)
public final class InvalidConfigurationRequestException
extends InvalidRequestException
- See Also:
-
Constructor Summary
ConstructorDescriptionInvalidConfigurationRequestException
(String message, RESTAPIConstants.StatusCode statusCode) InvalidConfigurationRequestException
(String message, RESTAPIConstants.StatusCode statusCode, Throwable cause) InvalidConfigurationRequestException
(String message, String webStatusMessage, RESTAPIConstants.StatusCode statusCode) InvalidConfigurationRequestException
(String message, String webStatusMessage, RESTAPIConstants.StatusCode statusCode, Throwable cause) -
Method Summary
Methods inherited from class com.thingworx.common.exceptions.GenericHTTPException
getStatusCode, getWebStatusMessage
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidConfigurationRequestException
@ThingworxExtensionApiMethod(since={7,3}) public InvalidConfigurationRequestException(String message, String webStatusMessage, RESTAPIConstants.StatusCode statusCode) -
InvalidConfigurationRequestException
@ThingworxExtensionApiMethod(since={7,3}) public InvalidConfigurationRequestException(String message, RESTAPIConstants.StatusCode statusCode) -
InvalidConfigurationRequestException
@ThingworxExtensionApiMethod(since={7,3}) public InvalidConfigurationRequestException(String message, String webStatusMessage, RESTAPIConstants.StatusCode statusCode, Throwable cause) -
InvalidConfigurationRequestException
@ThingworxExtensionApiMethod(since={7,3}) public InvalidConfigurationRequestException(String message, RESTAPIConstants.StatusCode statusCode, Throwable cause)
-