com.endeca.itl.cas.api
Class ItlException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.endeca.itl.cas.api.ItlException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
CrawlAlreadyExistsException, CrawlInProgressException, CrawlNotFoundException, InvalidCrawlConfigException, ModuleNotFoundException

@WebFault(name="itlFault")
public class ItlException
extends Exception

Base class for Exceptions thrown by the API

See Also:
Serialized Form

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

ItlException

public ItlException(String message)

ItlException

public ItlException(String message,
                    Throwable cause)

ItlException

public ItlException(String message,
                    com.endeca.itl.cas.api.ItlFaultInfo faultInfo)

ItlException

public ItlException(String message,
                    com.endeca.itl.cas.api.ItlFaultInfo faultInfo,
                    Throwable cause)

ItlException

public ItlException(Throwable t)
Method Detail

getFaultInfo

public com.endeca.itl.cas.api.ItlFaultInfo getFaultInfo()


Copyright © 2011 Endeca. All Rights Reserved.