com.sas.services.events.broker
Class MessageBodyConversionException

com.sas.services.events.broker.MessageBodyConversionException
All Implemented Interfaces:
java.io.Serializable

public class MessageBodyConversionException

A MessageBodyConversionException is thrown when a problem occurs during conversion from one format to another.

Usage

This type of exception can occur in a user process node "plug-in" when trying to obtain the body of a message as a document fragment or as a string.

Since:
1.0
See Also:
Serialized Form

Constructor Summary
MessageBodyConversionException()
          Constructs an exception used to represent a problem converting a message body.
MessageBodyConversionException(java.lang.String msg)
          Constructs an exception used to represent a problem converting a message body using the specified message.
 

Constructor Detail

MessageBodyConversionException

public MessageBodyConversionException()
Constructs an exception used to represent a problem converting a message body.


MessageBodyConversionException

public MessageBodyConversionException(java.lang.String msg)
Constructs an exception used to represent a problem converting a message body using the specified message.

Parameters:
msg - Message detailing why the message body could not be converted.



Copyright © 2009 SAS Institute Inc. All Rights Reserved.