Class HJMPFinderException

All Implemented Interfaces:
Serializable

public class HJMPFinderException extends YFinderException
an exception that occured within a finder in the hybris platform managed persistence layer
See Also:
  • Constructor Details

    • HJMPFinderException

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

      public HJMPFinderException(Exception nested)
      Constructs an HJMPException with the root cause.
      Parameters:
      nested - the root cause
  • Method Details