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 anHJMPException
with the root cause.HJMPException(java.lang.String msg)
Constructs anHJMPException
with the specified detail message.HJMPException(java.lang.String msg, java.lang.Exception nested)
Constructs anHJMPException
with 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 ItemDeployment
getDeployment()
java.lang.String
getMessage()
void
printStackTrace()
void
printStackTrace(java.io.PrintStream ps)
void
printStackTrace(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 anHJMPException
with the specified detail message and root cause.
-
HJMPException
public HJMPException(java.lang.String msg)
Constructs anHJMPException
with the specified detail message.- Parameters:
msg
- the detail message.
-
HJMPException
public HJMPException(java.lang.Exception nested)
Constructs anHJMPException
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 classjava.lang.Throwable
-
printStackTrace
public void printStackTrace()
- Overrides:
printStackTrace
in classjava.lang.Throwable
-
printStackTrace
public void printStackTrace(java.io.PrintStream ps)
- Overrides:
printStackTrace
in classjava.lang.Throwable
-
printStackTrace
public void printStackTrace(java.io.PrintWriter pw)
- Overrides:
printStackTrace
in classjava.lang.Throwable
-
getDeployment
public ItemDeployment getDeployment()
-
-