com.gisgraphy.geoloc
Class GisgraphyCommunicationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.gisgraphy.service.ServiceException
com.gisgraphy.geoloc.GisgraphyCommunicationException
- All Implemented Interfaces:
- Serializable
public class GisgraphyCommunicationException
- extends com.gisgraphy.service.ServiceException
Basic Exception for Communication Exception
- Author:
- David Masclet
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
GisgraphyCommunicationException
public GisgraphyCommunicationException()
- Default Constructor
GisgraphyCommunicationException
public GisgraphyCommunicationException(String message,
Throwable cause)
- Parameters:
message
- The messagecause
- The cause
GisgraphyCommunicationException
public GisgraphyCommunicationException(String message)
- Parameters:
message
- The message
GisgraphyCommunicationException
public GisgraphyCommunicationException(Throwable cause)
- Parameters:
cause
- The cause
Copyright © 2012. All Rights Reserved.