com.atlassian.confluence.plugins.rest.service
Class SearchServiceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.atlassian.confluence.plugins.rest.service.SearchServiceException
All Implemented Interfaces:
Serializable

public class SearchServiceException
extends Exception

An error occured during a search

See Also:
Serialized Form

Constructor Summary
SearchServiceException()
           
SearchServiceException(String message)
           
SearchServiceException(String message, Throwable cause)
           
SearchServiceException(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

SearchServiceException

public SearchServiceException()

SearchServiceException

public SearchServiceException(String message)

SearchServiceException

public SearchServiceException(String message,
                              Throwable cause)

SearchServiceException

public SearchServiceException(Throwable cause)


Copyright © 2003-2012 Atlassian. All Rights Reserved.