com.atlassian.jira.issue.search
Class SearchException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.atlassian.jira.JiraException
              extended by com.atlassian.jira.issue.search.SearchException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ClauseTooComplexSearchException

@PublicApi
public class SearchException
extends JiraException

See Also:
Serialized Form

Constructor Summary
SearchException()
           
SearchException(Exception e)
           
SearchException(String msg)
           
SearchException(String msg, Exception e)
           
 
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

SearchException

public SearchException()

SearchException

public SearchException(String msg)

SearchException

public SearchException(Exception e)

SearchException

public SearchException(String msg,
                       Exception e)


Copyright © 2002-2013 Atlassian. All Rights Reserved.