com.supermap.services.providers
Class RestProviderBase.RestRequestException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.supermap.services.providers.RestProviderBase.RestRequestException
-
- All Implemented Interfaces:
- java.io.Serializable
- Enclosing class:
- RestProviderBase
protected static class RestProviderBase.RestRequestException extends java.lang.Exception- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field and Description intcodejava.lang.StringerrorMessagejava.lang.Exceptionexception
-
Constructor Summary
Constructors Constructor and Description RestProviderBase.RestRequestException(java.lang.Exception exception)RestProviderBase.RestRequestException(int httpCode, java.lang.String errorMessage, java.lang.Exception exception)
-