com.endeca.itl.cas.api
Class CrawlAlreadyExistsException
java.lang.Object
  
java.lang.Throwable
      
java.lang.Exception
          
com.endeca.itl.cas.api.ItlException
              
com.endeca.itl.cas.api.CrawlAlreadyExistsException
- All Implemented Interfaces: 
 - Serializable
 
@WebFault(name="crawlAlreadyExistsFault")
public class CrawlAlreadyExistsException
- extends ItlException
 
An exception thrown when a crawl is unexpectedly already present on the server.
- See Also:
 - Serialized Form
 
 
| 
Method Summary | 
 com.endeca.itl.cas.api.CrawlAlreadyExistsFaultInfo | 
getFaultInfo()
 
            | 
 
| Methods inherited from class java.lang.Throwable | 
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString | 
 
 
CrawlAlreadyExistsException
public CrawlAlreadyExistsException(String message)
CrawlAlreadyExistsException
public CrawlAlreadyExistsException(String message,
                                   com.endeca.itl.cas.api.CrawlAlreadyExistsFaultInfo faultInfo)
CrawlAlreadyExistsException
public CrawlAlreadyExistsException(String message,
                                   com.endeca.itl.cas.api.CrawlAlreadyExistsFaultInfo faultInfo,
                                   Throwable cause)
getFaultInfo
public com.endeca.itl.cas.api.CrawlAlreadyExistsFaultInfo getFaultInfo()
- Overrides:
 getFaultInfo in class ItlException
 
 
Copyright © 2007, 2012, Oracle and/or its affiliates. All rights reserved.