Class HJMPGeneratorException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.hybris.platform.persistence.hjmpgen.HJMPGeneratorException
All Implemented Interfaces:
Serializable

public class HJMPGeneratorException extends RuntimeException
See Also:
  • Constructor Details

    • HJMPGeneratorException

      public HJMPGeneratorException(Exception nested)
    • HJMPGeneratorException

      public HJMPGeneratorException(String msg)
      Constructs an HJMPGeneratorException with the specified detail message.
      Parameters:
      msg - the detail message.
  • Method Details