org.jboss.soa.esb
Class MarshalException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.jboss.soa.esb.MarshalException
All Implemented Interfaces:
java.io.Serializable

public class MarshalException
extends java.lang.Exception

Thrown if marshalling a message fails. This could be because conversion to XML encounters problems.

See Also:
Serialized Form

Constructor Summary
MarshalException()
           
MarshalException(java.lang.Exception ex)
           
MarshalException(java.lang.String s)
           
MarshalException(java.lang.String message, java.lang.Exception ex)
           
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MarshalException

public MarshalException()

MarshalException

public MarshalException(java.lang.String s)

MarshalException

public MarshalException(java.lang.Exception ex)

MarshalException

public MarshalException(java.lang.String message,
                        java.lang.Exception ex)