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

Class MessageFormatException

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
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
PayloadFormatException

public class MessageFormatException
extends MessagingException

The MessageFormatException is thrown if the format of the message is invalid.

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
MessageFormatException(Exception nestedException)
           
MessageFormatException(Message messageInError, Exception nestedException)
           
MessageFormatException(MessageKey messageInErrorKey, Exception nestedException)
           
MessageFormatException(MessageKey messageInErrorKey, String errorText)
           
MessageFormatException(Message messageInError, String errorText)
           
MessageFormatException(String errorText)
           
MessageFormatException(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

MessageFormatException

public MessageFormatException(String errorText)

MessageFormatException

public MessageFormatException(Exception nestedException)

MessageFormatException

public MessageFormatException(Message messageInError,
                              String errorText)

MessageFormatException

public MessageFormatException(MessageKey messageInErrorKey,
                              String errorText)

MessageFormatException

public MessageFormatException(Message messageInError,
                              Exception nestedException)

MessageFormatException

public MessageFormatException(MessageKey messageInErrorKey,
                              Exception nestedException)

MessageFormatException

public MessageFormatException(String errorText,
                              Exception nestedException)
Access Rights

This class can be accessed from:


SC DC Public Part ACH
[sap.com] SAP_XIAF [sap.com] com.sap.aii.af.ifc.facade api BC-XI


Copyright 2011 SAP AG Complete Copyright Notice