Package org.opennms.features.geocoder
Class GeocoderException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.opennms.features.geocoder.GeocoderException
-
- All Implemented Interfaces:
java.io.Serializable
public class GeocoderException extends java.lang.Exception
In case resolving an address to its geocoordinates was not successful this exception should be thrown.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
GeocoderException(java.lang.String message)
protected
GeocoderException(java.lang.String messages, java.lang.Throwable t)
protected
GeocoderException(java.lang.Throwable t)
-