Java org.springframework.oxm MarshallingFailureException fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.oxm MarshallingFailureException fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.oxm MarshallingFailureException.

The text is from its open source code.

Constructor

MarshallingFailureException(String msg, Throwable cause)
Construct a MarshallingFailureException with the specified detail message and nested exception.
MarshallingFailureException(String msg)
Construct a MarshallingFailureException with the specified detail message.

Method

StringgetMessage()
Return the detail message, including the message from the nested exception if there is one.
ThrowablegetMostSpecificCause()
Retrieve the most specific cause of this exception, that is, either the innermost cause (root cause) or this exception itself.