Class SAPHybrisCacheException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.hybris.platform.sap.core.common.exceptions.CoreBaseException
de.hybris.platform.sap.core.bol.cache.exceptions.SAPHybrisCacheException
- All Implemented Interfaces:
MessageListHolder,Serializable
The
SAPHybrisCacheException 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.Standard constructor for SAPHybrisCacheException using a simple message text.SAPHybrisCacheException(String msg, Message message) Constructor.SAPHybrisCacheException(String msg, MessageList msgList) Constructor.SAPHybrisCacheException(String msg, Throwable rootCause) Standard constructor for SAPHybrisCacheException 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
-
SAPHybrisCacheException
public SAPHybrisCacheException()Standard constructor. -
SAPHybrisCacheException
Standard constructor for SAPHybrisCacheException using a simple message text.- Parameters:
msg- message text.
-
SAPHybrisCacheException
Standard constructor for SAPHybrisCacheException using a simple message text.- Parameters:
msg- message text.rootCause- exception which causes the exception
-
SAPHybrisCacheException
Constructor.- Parameters:
msg- Message for the ExceptionmsgList- List of the messages added to the exception
-
SAPHybrisCacheException
Constructor.- Parameters:
msg- Message for the Exceptionmessage- message added to the exception
-