Class 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 an HJMPException with the root cause.
      HJMPFinderException​(java.lang.String msg)
      Constructs an HJMPException with the specified detail message.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Exception getCausedByException()  
      void printStackTrace​(java.io.PrintStream ps)  
      void printStackTrace​(java.io.PrintWriter pw)  
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • HJMPFinderException

        public HJMPFinderException​(java.lang.String msg)
        Constructs an HJMPException with the specified detail message.
        Parameters:
        msg - the detail message.
      • HJMPFinderException

        public HJMPFinderException​(java.lang.Exception nested)
        Constructs an HJMPException with 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:
        printStackTrace in class java.lang.Throwable
      • printStackTrace

        public void printStackTrace​(java.io.PrintWriter pw)
        Overrides:
        printStackTrace in class java.lang.Throwable