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:
Serializable
An exception that occurred within the hybris platform managed persistence layer.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionHJMPException(Exception nested) Constructs anHJMPExceptionwith the root cause.HJMPException(String msg) Constructs anHJMPExceptionwith the specified detail message.HJMPException(String msg, Exception nested) Constructs anHJMPExceptionwith the specified detail message and root cause.HJMPException(org.springframework.dao.DataAccessException e, ItemDeployment deployment) -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidMethods inherited from class de.hybris.platform.util.jeeapi.YEJBException
getCausedByExceptionMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toString
-
Constructor Details
-
HJMPException
Constructs anHJMPExceptionwith the specified detail message and root cause. -
HJMPException
Constructs anHJMPExceptionwith the specified detail message.- Parameters:
msg- the detail message.
-
HJMPException
Constructs anHJMPExceptionwith the root cause.- Parameters:
nested- the root cause
-
HJMPException
-
-
Method Details
-
getMessage
- Overrides:
getMessagein classThrowable
-
printStackTrace
public void printStackTrace()- Overrides:
printStackTracein classThrowable
-
printStackTrace
- Overrides:
printStackTracein classThrowable
-
printStackTrace
- Overrides:
printStackTracein classThrowable
-
getDeployment
-