com.endeca.itl.cas.api
Class ItlException
java.lang.Object
  
java.lang.Throwable
      
java.lang.Exception
          
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
 
 
| 
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 | 
 
 
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)
getFaultInfo
public com.endeca.itl.cas.api.ItlFaultInfo getFaultInfo()
 
Copyright © 2007, 2012, Oracle and/or its affiliates. All rights reserved.