Uses of Interface
org.mule.api.exception.SystemExceptionHandler

Packages that use SystemExceptionHandler
org.mule The Mule implementation of the Universal Message Objects(tm) API specification. 
org.mule.api The Universal Message Object(tm) API provides a way for components to interact without needing to know about the protocol or delivery mechanisms of information passed between them 
org.mule.exception   
 

Uses of SystemExceptionHandler in org.mule
 

Fields in org.mule declared as SystemExceptionHandler
protected  SystemExceptionHandler DefaultMuleContext.exceptionListener
          Global exception handler which handles "system" exceptions (i.e., when no message is involved).
 

Methods in org.mule that return SystemExceptionHandler
 SystemExceptionHandler DefaultMuleContext.getExceptionListener()
           
 

Methods in org.mule with parameters of type SystemExceptionHandler
 void DefaultMuleContext.setExceptionListener(SystemExceptionHandler exceptionListener)
           
 

Uses of SystemExceptionHandler in org.mule.api
 

Methods in org.mule.api that return SystemExceptionHandler
 SystemExceptionHandler MuleContext.getExceptionListener()
           
 

Methods in org.mule.api with parameters of type SystemExceptionHandler
 void MuleContext.setExceptionListener(SystemExceptionHandler exceptionListener)
           
 

Uses of SystemExceptionHandler in org.mule.exception
 

Classes in org.mule.exception that implement SystemExceptionHandler
 class AbstractSystemExceptionStrategy
          Fire a notification, log exception, clean up transaction if any, and trigger reconnection strategy if this is a ConnectException.
 class DefaultSystemExceptionStrategy
          This is the default exception handler for any exception which does not inherit from MessagingException, i.e, when no message is in play.
 



Copyright © 2003-2012 MuleSoft, Inc.. All Rights Reserved.