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,Serializable
Exception class for handling invalid exception.
- See Also:
-
Field Summary
Fields inherited from class de.hybris.platform.sap.core.common.exceptions.CoreBaseException
messageListFields inherited from interface de.hybris.platform.sap.core.common.message.MessageListHolder
INVALID, VALID -
Constructor Summary
ConstructorsConstructorDescriptionTransferItemNotValidException(String string) Constructor.TransferItemNotValidException(String msg, Throwable rootCause) Constructor. -
Method Summary
Methods inherited from class de.hybris.platform.sap.core.common.exceptions.CoreBaseException
addMessage, clearMessages, getMessageListMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TransferItemNotValidException
Constructor.- Parameters:
string- explaining the problem
-
TransferItemNotValidException
Constructor.- Parameters:
msg- string describing the problemrootCause- to keep the stack trace
-