com.endeca.itl.cas.api
Class ModuleNotFoundException
java.lang.Object
   java.lang.Throwable
java.lang.Throwable
       java.lang.Exception
java.lang.Exception
           com.endeca.itl.cas.api.ItlException
com.endeca.itl.cas.api.ItlException
               com.endeca.itl.cas.api.ModuleNotFoundException
com.endeca.itl.cas.api.ModuleNotFoundException
- All Implemented Interfaces: 
- Serializable
- @WebFault(name="moduleNotFoundFault")
public class ModuleNotFoundException 
- extends ItlException
An exception thrown when a module is unexpectedly not found.
- See Also:
- Serialized Form
 
| Method Summary | 
|  com.endeca.itl.cas.api.ModuleNotFoundFaultInfo | getFaultInfo()
 | 
 
| Methods inherited from class java.lang.Throwable | 
| fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString | 
 
 
ModuleNotFoundException
public ModuleNotFoundException(String message)
ModuleNotFoundException
public ModuleNotFoundException(String message,
                               com.endeca.itl.cas.api.ModuleNotFoundFaultInfo faultInfo)
ModuleNotFoundException
public ModuleNotFoundException(String message,
                               com.endeca.itl.cas.api.ModuleNotFoundFaultInfo faultInfo,
                               Throwable cause)
getFaultInfo
public com.endeca.itl.cas.api.ModuleNotFoundFaultInfo getFaultInfo()
- 
- Overrides:
- getFaultInfoin class- ItlException
 
- 
 
Copyright © 2011 Endeca. All Rights Reserved.