@WebFault(name="ExceptionCode", targetNamespace="http://www.mapinfo.com/geocode/service/common/v1") public class GeocodingException extends Exception
Constructor and Description |
---|
GeocodingException() |
GeocodingException(String message) |
GeocodingException(String message,
ExceptionCode exceptionCode) |
GeocodingException(String message,
ExceptionCode exceptionCode,
Throwable cause) |
GeocodingException(String message,
Throwable cause) |
Modifier and Type | Method and Description |
---|---|
ExceptionCode |
getFaultInfo() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public GeocodingException()
public GeocodingException(String message)
public GeocodingException(String message, ExceptionCode exceptionCode)
public GeocodingException(String message, ExceptionCode exceptionCode, Throwable cause)
public ExceptionCode getFaultInfo()
Copyright © 2024. All rights reserved.