Class HJMPException

  • All Implemented Interfaces:
    java.io.Serializable

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

      Constructors 
      Constructor Description
      HJMPException​(java.lang.Exception nested)
      Constructs an HJMPException with the root cause.
      HJMPException​(java.lang.String msg)
      Constructs an HJMPException with the specified detail message.
      HJMPException​(java.lang.String msg, java.lang.Exception nested)
      Constructs an HJMPException with the specified detail message and root cause.
      HJMPException​(org.springframework.dao.DataAccessException e, ItemDeployment deployment)  
    • Constructor Detail

      • HJMPException

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

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

        public HJMPException​(java.lang.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 Detail

      • getMessage

        public java.lang.String getMessage()
        Overrides:
        getMessage in class java.lang.Throwable
      • printStackTrace

        public void printStackTrace()
        Overrides:
        printStackTrace in class java.lang.Throwable
      • printStackTrace

        public void printStackTrace​(java.io.PrintStream ps)
        Overrides:
        printStackTrace in class java.lang.Throwable
      • printStackTrace

        public void printStackTrace​(java.io.PrintWriter pw)
        Overrides:
        printStackTrace in class java.lang.Throwable