com.mymed.utils.locator
Class GeoLocationOutOfBoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.mymed.utils.locator.GeoLocationOutOfBoundException
All Implemented Interfaces:
java.io.Serializable

public class GeoLocationOutOfBoundException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
GeoLocationOutOfBoundException(java.lang.String message)
          Thrown when the location of the user is out from the area defined in GeoLocation class.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GeoLocationOutOfBoundException

public GeoLocationOutOfBoundException(java.lang.String message)
Thrown when the location of the user is out from the area defined in GeoLocation class.

Parameters:
message -