Class HJMPException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- de.hybris.platform.util.jeeapi.YEJBException
-
- de.hybris.platform.persistence.hjmp.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 anHJMPExceptionwith the root cause.HJMPException(java.lang.String msg)Constructs anHJMPExceptionwith the specified detail message.HJMPException(java.lang.String msg, java.lang.Exception nested)Constructs anHJMPExceptionwith the specified detail message and root cause.HJMPException(org.springframework.dao.DataAccessException e, ItemDeployment deployment)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ItemDeploymentgetDeployment()java.lang.StringgetMessage()voidprintStackTrace()voidprintStackTrace(java.io.PrintStream ps)voidprintStackTrace(java.io.PrintWriter pw)-
Methods inherited from class de.hybris.platform.util.jeeapi.YEJBException
getCausedByException
-
-
-
-
Constructor Detail
-
HJMPException
public HJMPException(java.lang.String msg, java.lang.Exception nested)Constructs anHJMPExceptionwith the specified detail message and root cause.
-
HJMPException
public HJMPException(java.lang.String msg)
Constructs anHJMPExceptionwith the specified detail message.- Parameters:
msg- the detail message.
-
HJMPException
public HJMPException(java.lang.Exception nested)
Constructs anHJMPExceptionwith 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:
getMessagein classjava.lang.Throwable
-
printStackTrace
public void printStackTrace()
- Overrides:
printStackTracein classjava.lang.Throwable
-
printStackTrace
public void printStackTrace(java.io.PrintStream ps)
- Overrides:
printStackTracein classjava.lang.Throwable
-
printStackTrace
public void printStackTrace(java.io.PrintWriter pw)
- Overrides:
printStackTracein classjava.lang.Throwable
-
getDeployment
public ItemDeployment getDeployment()
-
-