Class TransferItemNotValidException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- de.hybris.platform.sap.core.common.exceptions.CoreBaseException
-
- de.hybris.platform.sap.core.common.exceptions.ApplicationBaseException
-
- de.hybris.platform.sap.sapordermgmtbol.transaction.exceptions.TransferItemNotValidException
-
- All Implemented Interfaces:
MessageListHolder,java.io.Serializable
public class TransferItemNotValidException extends ApplicationBaseException
Exception class for handling invalid exception.- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class de.hybris.platform.sap.core.common.exceptions.CoreBaseException
messageList
-
Fields inherited from interface de.hybris.platform.sap.core.common.message.MessageListHolder
INVALID, VALID
-
-
Constructor Summary
Constructors Constructor Description TransferItemNotValidException(java.lang.String string)Constructor.TransferItemNotValidException(java.lang.String msg, java.lang.Throwable rootCause)Constructor.
-
Method Summary
-
Methods inherited from class de.hybris.platform.sap.core.common.exceptions.CoreBaseException
addMessage, clearMessages, getMessageList
-
-
-
-
Constructor Detail
-
TransferItemNotValidException
public TransferItemNotValidException(java.lang.String string)
Constructor.- Parameters:
string- explaining the problem
-
TransferItemNotValidException
public TransferItemNotValidException(java.lang.String msg, java.lang.Throwable rootCause)Constructor.- Parameters:
msg- string describing the problemrootCause- to keep the stack trace
-
-