com.endeca.itl.cas.api
Class CrawlNotFoundException
java.lang.Object
  
java.lang.Throwable
      
java.lang.Exception
          
com.endeca.itl.cas.api.ItlException
              
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
 
 
| 
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 | 
 
 
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)
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.