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

Class InvalidParamException

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.InvalidParamException
All Implemented Interfaces:
Serializable

public class InvalidParamException
extends MessagingException

The InvalidParamException is thrown if a parameter that has been provided is invalid or not supported.

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

InvalidParamException

public InvalidParamException(String errorText)

InvalidParamException

public InvalidParamException(Exception nestedException)

InvalidParamException

public InvalidParamException(Message messageInError,
                             String errorText)

InvalidParamException

public InvalidParamException(MessageKey messageInErrorKey,
                             String errorText)

InvalidParamException

public InvalidParamException(Message messageInError,
                             Exception nestedException)

InvalidParamException

public InvalidParamException(MessageKey messageInErrorKey,
                             Exception nestedException)

InvalidParamException

public InvalidParamException(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 2015 SAP AG Complete Copyright Notice