com.gisgraphy.domain.geoloc.service.fulltextsearch
Class FullTextSearchException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.gisgraphy.domain.geoloc.service.ServiceException
                  extended by com.gisgraphy.domain.geoloc.service.fulltextsearch.FullTextSearchException
All Implemented Interfaces:
java.io.Serializable

public class FullTextSearchException
extends ServiceException

Basic Exception for fulltext search

Author:
David Masclet
See Also:
Serialized Form

Constructor Summary
FullTextSearchException()
          Default Constructor
FullTextSearchException(java.lang.String message)
           
FullTextSearchException(java.lang.String message, java.lang.Throwable cause)
           
FullTextSearchException(java.lang.Throwable cause)
           
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FullTextSearchException

public FullTextSearchException()
Default Constructor


FullTextSearchException

public FullTextSearchException(java.lang.String message,
                               java.lang.Throwable cause)
Parameters:
message - The message
cause - The cause

FullTextSearchException

public FullTextSearchException(java.lang.String message)
Parameters:
message - The message

FullTextSearchException

public FullTextSearchException(java.lang.Throwable cause)
Parameters:
cause - The cause


Copyright © 2010. All Rights Reserved.