Class GisAuthTokenError
java.lang.Object
overit.geocallapp.wfm.core.bl.gis.authentication.GisAuthTokenError
- All Implemented Interfaces:
Serializable
@Deprecated(since="22.0",
forRemoval=true)
public class GisAuthTokenError
extends Object
implements Serializable
Deprecated, for removal: This API element is subject to removal in a future version.
Object representing a Gis error while obtaining an authentication token
- Since:
- 17.0
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionintgetCode()Deprecated, for removal: This API element is subject to removal in a future version.Returns the error code.Deprecated, for removal: This API element is subject to removal in a future version.Returns the error details.Deprecated, for removal: This API element is subject to removal in a future version.Returns the error message.
-
Constructor Details
-
GisAuthTokenError
public GisAuthTokenError()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
getCode
public int getCode()Deprecated, for removal: This API element is subject to removal in a future version.Returns the error code.- Returns:
- the error code
-
getMessage
Deprecated, for removal: This API element is subject to removal in a future version.Returns the error message.- Returns:
- the error message
-
getDetails
Deprecated, for removal: This API element is subject to removal in a future version.Returns the error details.- Returns:
- the error details
-