Class HJMPFinderException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.hybris.platform.util.jeeapi.YFinderException
de.hybris.platform.persistence.hjmp.HJMPFinderException
- All Implemented Interfaces:
Serializable
an exception that occured within a finder in the hybris platform managed persistence layer
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionHJMPFinderException(Exception nested) Constructs anHJMPExceptionwith the root cause.Constructs anHJMPExceptionwith the specified detail message. -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace, toString
-
Constructor Details
-
HJMPFinderException
Constructs anHJMPExceptionwith the specified detail message.- Parameters:
msg- the detail message.
-
HJMPFinderException
Constructs anHJMPExceptionwith the root cause.- Parameters:
nested- the root cause
-
-
Method Details
-
getCausedByException
-
printStackTrace
- Overrides:
printStackTracein classThrowable
-
printStackTrace
- Overrides:
printStackTracein classThrowable
-