Apache CXF API

org.apache.cxf.jaxrs.ext.search
Class SearchParseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.cxf.jaxrs.ext.search.SearchParseException
All Implemented Interfaces:
Serializable

public class SearchParseException
extends Exception

See Also:
Serialized Form

Constructor Summary
SearchParseException()
           
SearchParseException(String arg0)
           
SearchParseException(String arg0, Throwable arg1)
           
SearchParseException(Throwable arg0)
           
 
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

SearchParseException

public SearchParseException()

SearchParseException

public SearchParseException(String arg0,
                            Throwable arg1)

SearchParseException

public SearchParseException(String arg0)

SearchParseException

public SearchParseException(Throwable arg0)

Apache CXF API

Apache CXF