com.endeca.itl.cas.api
Class ModuleNotFoundException

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

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

Constructor Detail

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

getFaultInfo

public com.endeca.itl.cas.api.ModuleNotFoundFaultInfo getFaultInfo()
Overrides:
getFaultInfo in class ItlException


Copyright © 2007, 2012, Oracle and/or its affiliates. All rights reserved.