Class SAPS4OMHybrisCacheException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.hybris.platform.sap.core.common.exceptions.CoreBaseException
de.hybris.platform.sap.core.saps4omservices.cache.exceptions.SAPS4OMHybrisCacheException
- All Implemented Interfaces:
MessageListHolder,Serializable
The
SAPS4OMHybrisCacheException is thrown if something goes wrong during cache manipulation.- 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
ConstructorsConstructorDescriptionStandard constructor method.Standard constructor for SAPS4OMHybrisCacheException using a simple message text.SAPS4OMHybrisCacheException(String msg, Message message) Constructor.SAPS4OMHybrisCacheException(String msg, MessageList msgList) Constructor.SAPS4OMHybrisCacheException(String msg, Throwable rootCause) Standard constructor for SAPS4OMHybrisCacheException using a simple message text. -
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
-
SAPS4OMHybrisCacheException
public SAPS4OMHybrisCacheException()Standard constructor method. -
SAPS4OMHybrisCacheException
Standard constructor for SAPS4OMHybrisCacheException using a simple message text.- Parameters:
msg- message.
-
SAPS4OMHybrisCacheException
Standard constructor for SAPS4OMHybrisCacheException using a simple message text.- Parameters:
msg- message.rootCause- exception that causes the exception
-
SAPS4OMHybrisCacheException
Constructor.- Parameters:
msg- Message for the Exception classmsgList- List of the messages added to the exception class
-
SAPS4OMHybrisCacheException
Constructor.- Parameters:
msg- Message for the Exception classmessage- message added to the exception class
-