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:
java.io.Serializable
public class HJMPFinderException extends YFinderException
an exception that occured within a finder in the hybris platform managed persistence layer- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description HJMPFinderException(java.lang.Exception nested)Constructs anHJMPExceptionwith the root cause.HJMPFinderException(java.lang.String msg)Constructs anHJMPExceptionwith the specified detail message.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.ExceptiongetCausedByException()voidprintStackTrace(java.io.PrintStream ps)voidprintStackTrace(java.io.PrintWriter pw)
-
-
-
Constructor Detail
-
HJMPFinderException
public HJMPFinderException(java.lang.String msg)
Constructs anHJMPExceptionwith the specified detail message.- Parameters:
msg- the detail message.
-
HJMPFinderException
public HJMPFinderException(java.lang.Exception nested)
Constructs anHJMPExceptionwith the root cause.- Parameters:
nested- the root cause
-
-
Method Detail
-
getCausedByException
public java.lang.Exception getCausedByException()
-
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
-
-