com.sap.engine.interfaces.messaging.api.exception
Class PayloadFormatException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sap.engine.interfaces.messaging.api.exception.MessagingException
com.sap.engine.interfaces.messaging.api.exception.MessageFormatException
com.sap.engine.interfaces.messaging.api.exception.PayloadFormatException
- All Implemented Interfaces:
- Serializable
public class PayloadFormatException
- extends MessageFormatException
The PayloadFormatException is thrown if the format of a message payload is invalid.
- Version:
- $Id:
//tc/xpi.ms/dev/src/_interface/pifce/api/com/sap/engine/interfaces/messaging/api/PayloadFormatException.java#1 $
- See Also:
- Serialized Form
| Methods inherited from class com.sap.engine.interfaces.messaging.api.exception.MessagingException |
getErrorCategory, getErrorCode, getErrorSource, getMessageInErrorId, getMessageInErrorKey, getNestedException, setErrorCategory, setErrorCode, setErrorSource, setNestedException, toString |
ERROR_CODE
public static final String ERROR_CODE
- See Also:
- Constant Field Values
errorCode
protected String errorCode
PayloadFormatException
public PayloadFormatException(String errorText)
PayloadFormatException
public PayloadFormatException(Exception nestedException)
PayloadFormatException
public PayloadFormatException(Message messageInError,
String errorText)
PayloadFormatException
public PayloadFormatException(MessageKey messageInErrorKey,
String errorText)
PayloadFormatException
public PayloadFormatException(Message messageInError,
Exception nestedException)
PayloadFormatException
public PayloadFormatException(MessageKey messageInErrorKey,
Exception nestedException)
PayloadFormatException
public PayloadFormatException(String errorText,
Exception nestedException)
Copyright 2009 SAP AG Complete Copyright Notice