com.endeca.edf.adapter
Class ShutdownRequestAdapterException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.endeca.edf.adapter.AdapterException
              extended by com.endeca.edf.adapter.ShutdownRequestAdapterException
All Implemented Interfaces:
java.io.Serializable

public class ShutdownRequestAdapterException
extends AdapterException

The ShutdownRequestAdapterException is thrown to notify the caller that the adapter handler that is processing records, will no longer process records handed to it. In all but exceptional cases, the caller should not catch this exception, or if it does catch it, should re-throw this exception and allow the application to handle it.

See Also:
Serialized Form

Method Summary
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 



© 2008 Endeca Technologies, Inc.
Endeca Confidential