Class ApiErrorException
java.lang.Object
org.genesys.amphibian.client.model.ApiErrorException
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class ApiErrorException
extends Object
ApiErrorException
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGet contextgetError()Get errorGet localizedErrorinthashCode()localizedError(String localizedError) voidsetContext(Object context) voidvoidsetLocalizedError(String localizedError) toString()
-
Field Details
-
JSON_PROPERTY_ERROR
- See Also:
-
JSON_PROPERTY_LOCALIZED_ERROR
- See Also:
-
JSON_PROPERTY_CONTEXT
- See Also:
-
-
Constructor Details
-
ApiErrorException
public ApiErrorException()
-
-
Method Details
-
error
-
getError
Get error- Returns:
- error
-
setError
-
localizedError
-
getLocalizedError
Get localizedError- Returns:
- localizedError
-
setLocalizedError
-
context
-
getContext
Get context- Returns:
- context
-
setContext
-
equals
-
hashCode
public int hashCode() -
toString
-