com.gisgraphy.domain.geoloc.service
Class ServiceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.gisgraphy.domain.geoloc.service.ServiceException
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- FullTextSearchException, GeolocServiceException
public class ServiceException
- extends java.lang.RuntimeException
Basic Exception for service search
- 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 |
ServiceException
public ServiceException()
- Default Constructor
ServiceException
public ServiceException(java.lang.String message,
java.lang.Throwable cause)
- Parameters:
message
- The messagecause
- The cause
ServiceException
public ServiceException(java.lang.String message)
- Parameters:
message
- The message
ServiceException
public ServiceException(java.lang.Throwable cause)
- Parameters:
cause
- The cause
Copyright © 2009. All Rights Reserved.