com.endeca.itl.cas.api
Class CrawlAlreadyExistsException

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.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

Constructor Summary
CrawlAlreadyExistsException(String message)
           
CrawlAlreadyExistsException(String message, com.endeca.itl.cas.api.CrawlAlreadyExistsFaultInfo faultInfo)
           
CrawlAlreadyExistsException(String message, com.endeca.itl.cas.api.CrawlAlreadyExistsFaultInfo faultInfo, Throwable cause)
           
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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)
Method Detail

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.