com.sap.engine.interfaces.messaging.api.exception
Class InvalidParamException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sap.engine.interfaces.messaging.api.exception.MessagingException
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.
- Version:
- $Id:
//tc/xpi.ms/dev/src/_interface/pifce/api/com/sap/engine/interfaces/messaging/api/InvalidParamException.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
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)
Copyright 2009 SAP AG Complete Copyright Notice