Class HJMPException

All Implemented Interfaces:
Serializable

public class HJMPException extends YEJBException
An exception that occurred within the hybris platform managed persistence layer.
See Also:
  • Constructor Details

    • HJMPException

      public HJMPException(String msg, Exception nested)
      Constructs an HJMPException with the specified detail message and root cause.
    • HJMPException

      public HJMPException(String msg)
      Constructs an HJMPException with the specified detail message.
      Parameters:
      msg - the detail message.
    • HJMPException

      public HJMPException(Exception nested)
      Constructs an HJMPException with the root cause.
      Parameters:
      nested - the root cause
    • HJMPException

      public HJMPException(org.springframework.dao.DataAccessException e, ItemDeployment deployment)
  • Method Details