org.mule.providers.soap.axis
Class AxisFaultExceptionReader
java.lang.Object
org.mule.providers.soap.axis.AxisFaultExceptionReader
- All Implemented Interfaces:
- org.mule.config.ExceptionReader
- public class AxisFaultExceptionReader
- extends Object
- implements org.mule.config.ExceptionReader
Will format and display additional information stored with an Axis fault that is
usually hidden when logged
- Version:
- $Revision: 4350 $
- Author:
- Ross Mason
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AxisFaultExceptionReader
public AxisFaultExceptionReader()
getMessage
public String getMessage(Throwable t)
- Specified by:
getMessage in interface org.mule.config.ExceptionReader
getCause
public Throwable getCause(Throwable t)
- Specified by:
getCause in interface org.mule.config.ExceptionReader
getExceptionType
public Class getExceptionType()
- Specified by:
getExceptionType in interface org.mule.config.ExceptionReader
getInfo
public Map getInfo(Throwable t)
- Returns a map of the non-stanard information stored on the exception
- Specified by:
getInfo in interface org.mule.config.ExceptionReader
- Returns:
- a map of the non-stanard information stored on the exception
Copyright © 2003-2007 MuleSource, Inc.. All Rights Reserved.