Class JaloInternalException

All Implemented Interfaces:
Serializable

public class JaloInternalException extends JaloSystemException
Thrown if an internal exception occured in the hybris system.

You should immediatly report this exception to hybris. (support@hybris.de).

See Also:
  • Constructor Details

    • JaloInternalException

      public JaloInternalException(Throwable exception, String message, int vendorCode)
      Constructor JaloInternalException
      Parameters:
      exception -
      message -
      vendorCode -
    • JaloInternalException

      public JaloInternalException(Throwable exception)