java.lang.Object
java.lang.Throwable
java.lang.Exception
de.hybris.platform.sap.core.common.exceptions.CoreBaseException
de.hybris.platform.sap.core.sapsalesordersimulation.cache.exceptions.SAPHybrisCacheException
All Implemented Interfaces:
MessageListHolder, Serializable

public class SAPHybrisCacheException extends CoreBaseException
The SAPHybrisCacheException is thrown if something goes wrong during cache manipulation.
See Also:
  • Constructor Details

    • SAPHybrisCacheException

      public SAPHybrisCacheException()
      Standard constructor.
    • SAPHybrisCacheException

      public SAPHybrisCacheException(String msg)
      Standard constructor for SAPHybrisCacheException using a simple message text.
      Parameters:
      msg - message text.
    • SAPHybrisCacheException

      public SAPHybrisCacheException(String msg, Throwable rootCause)
      Standard constructor for SAPHybrisCacheException using a simple message text.
      Parameters:
      msg - message text.
      rootCause - exception which causes the exception
    • SAPHybrisCacheException

      public SAPHybrisCacheException(String msg, MessageList msgList)
      Constructor.
      Parameters:
      msg - Message for the Exception
      msgList - List of the messages added to the exception
    • SAPHybrisCacheException

      public SAPHybrisCacheException(String msg, Message message)
      Constructor.
      Parameters:
      msg - Message for the Exception
      message - message added to the exception