com.sap.engine.interfaces.messaging.api.exception

Class PayloadFormatException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.sap.engine.interfaces.messaging.api.exception.MessagingException
              extended by com.sap.engine.interfaces.messaging.api.exception.MessageFormatException
                  extended by 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

Field Summary
static String ERROR_CODE
           
protected  String errorCode
           
 
Fields inherited from class com.sap.engine.interfaces.messaging.api.exception.MessagingException
ERROR_CATEGORY, errorCategory, errorSource, messageInError, messageInErrorKey
 
Constructor Summary
PayloadFormatException(Exception nestedException)
           
PayloadFormatException(Message messageInError, Exception nestedException)
           
PayloadFormatException(MessageKey messageInErrorKey, Exception nestedException)
           
PayloadFormatException(MessageKey messageInErrorKey, String errorText)
           
PayloadFormatException(Message messageInError, String errorText)
           
PayloadFormatException(String errorText)
           
PayloadFormatException(String errorText, Exception nestedException)
           
 
Method Summary
 
Methods inherited from class com.sap.engine.interfaces.messaging.api.exception.MessagingException
getErrorCategory, getErrorCode, getErrorSource, getMessageInErrorId, getMessageInErrorKey, getNestedException, setErrorCategory, setErrorCode, setErrorSource, setNestedException, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

ERROR_CODE

public static final String ERROR_CODE
See Also:
Constant Field Values

errorCode

protected String errorCode
Constructor Detail

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