public class

MarshallingFailureException

extends MarshallingException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ org.springframework.core.NestedRuntimeException
           ↳ org.springframework.oxm.XmlMappingException
             ↳ org.springframework.oxm.MarshallingException
               ↳ org.springframework.oxm.MarshallingFailureException

Class Overview

Exception thrown on marshalling failure.

Summary

Public Constructors
MarshallingFailureException(String msg)
Construct a MarshallingFailureException with the specified detail message.
MarshallingFailureException(String msg, Throwable cause)
Construct a MarshallingFailureException with the specified detail message and nested exception.
[Expand]
Inherited Methods
From class org.springframework.core.NestedRuntimeException
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public MarshallingFailureException (String msg)

Construct a MarshallingFailureException with the specified detail message.

Parameters
msg the detail message

public MarshallingFailureException (String msg, Throwable cause)

Construct a MarshallingFailureException with the specified detail message and nested exception.

Parameters
msg the detail message
cause the nested exception