public class GeoRegionNotSupportedException extends GeoRegionException
GeoRegion is not supported.| Constructor and Description |
|---|
GeoRegionNotSupportedException(String message)
Creates a new exception with the given message.
|
GeoRegionNotSupportedException(String message,
Throwable cause)
Creates a new exception with the given message and cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic GeoRegionNotSupportedException(String message)