com.endeca.itl.cas.api
Class CrawlNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.endeca.itl.cas.api.ItlException
              extended by com.endeca.itl.cas.api.CrawlNotFoundException
All Implemented Interfaces:
Serializable

@WebFault(name="crawlNotFoundFault")
public class CrawlNotFoundException
extends ItlException

An exception thrown when a crawl is unexpectedly not found on the server.

See Also:
Serialized Form

Constructor Summary
CrawlNotFoundException(String message)
           
CrawlNotFoundException(String message, com.endeca.itl.cas.api.CrawlNotFoundFaultInfo faultInfo)
           
CrawlNotFoundException(String message, com.endeca.itl.cas.api.CrawlNotFoundFaultInfo faultInfo, Throwable cause)
           
 
Method Summary
 com.endeca.itl.cas.api.CrawlNotFoundFaultInfo getFaultInfo()
           
 
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

CrawlNotFoundException

public CrawlNotFoundException(String message)

CrawlNotFoundException

public CrawlNotFoundException(String message,
                              com.endeca.itl.cas.api.CrawlNotFoundFaultInfo faultInfo)

CrawlNotFoundException

public CrawlNotFoundException(String message,
                              com.endeca.itl.cas.api.CrawlNotFoundFaultInfo faultInfo,
                              Throwable cause)
Method Detail

getFaultInfo

public com.endeca.itl.cas.api.CrawlNotFoundFaultInfo getFaultInfo()
Overrides:
getFaultInfo in class ItlException


Copyright © 2007, 2012, Oracle and/or its affiliates. All rights reserved.