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

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

    • SAPS4OMHybrisCacheException

      public SAPS4OMHybrisCacheException()
      Standard constructor method.
    • SAPS4OMHybrisCacheException

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

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

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

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