Uses of Interface
org.mule.api.config.ExceptionReader

Packages that use ExceptionReader
org.mule.config Providers Mule Xml configuration support and general configuration classes. 
org.mule.transport.jdbc Provides jdbc transport. 
org.mule.transport.jms Provides Jms transport connectivity with support for all Jms features. 
org.mule.transport.soap.axis Provides an Axis soap transport for Mule
 

Uses of ExceptionReader in org.mule.config
 

Classes in org.mule.config that implement ExceptionReader
 class DefaultExceptionReader
          This is the default exception reader used if there is no specific one registered for the current exception.
 class MuleExceptionReader
          Grabs all information from the MuleException type
 class NamingExceptionReader
           
 

Methods in org.mule.config that return ExceptionReader
static ExceptionReader ExceptionHelper.getExceptionReader(Throwable t)
          Gets an exception reader for the exception
 

Methods in org.mule.config with parameters of type ExceptionReader
static void ExceptionHelper.registerExceptionReader(ExceptionReader reader)
          Registers an exception reader with Mule
 

Uses of ExceptionReader in org.mule.transport.jdbc
 

Classes in org.mule.transport.jdbc that implement ExceptionReader
 class SQLExceptionReader
          Surfaces information about SQLExceptions such as the code and sql state.
 

Uses of ExceptionReader in org.mule.transport.jms
 

Classes in org.mule.transport.jms that implement ExceptionReader
 class JmsExceptionReader
          This reader will ensure that the LinkedException and JMS code is not lost when printing the JMSException.
 

Uses of ExceptionReader in org.mule.transport.soap.axis
 

Classes in org.mule.transport.soap.axis that implement ExceptionReader
 class AxisFaultExceptionReader
          Will format and display additional information stored with an Axis fault that is usually hidden when logged.
 



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