com.gisgraphy.domain.geoloc.service.geoloc
Class GisgraphyCommunicationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.gisgraphy.domain.geoloc.service.ServiceException
com.gisgraphy.domain.geoloc.service.geoloc.GisgraphyCommunicationException
- All Implemented Interfaces:
- java.io.Serializable
public class GisgraphyCommunicationException
- extends 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 |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
GisgraphyCommunicationException
public GisgraphyCommunicationException()
- Default Constructor
GisgraphyCommunicationException
public GisgraphyCommunicationException(java.lang.String message,
java.lang.Throwable cause)
- Parameters:
message
- The messagecause
- The cause
GisgraphyCommunicationException
public GisgraphyCommunicationException(java.lang.String message)
- Parameters:
message
- The message
GisgraphyCommunicationException
public GisgraphyCommunicationException(java.lang.Throwable cause)
- Parameters:
cause
- The cause
Copyright © 2010. All Rights Reserved.